Skip to content

Commit

Permalink
fix print bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Feb 5, 2024
1 parent 2a6d183 commit cb7fa60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/AppDrawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ export default {
},
getBucketListCallBack(response){
try{
if(response.status ==200){
this.buckets = response.map((bucket) => {
return {
title: bucket.name,
Expand All @@ -265,7 +264,6 @@ export default {
obj.items = this.buckets
}
})
}
}catch(err) {
console.error("ERROR with list buckets "+err);
}
Expand Down

0 comments on commit cb7fa60

Please sign in to comment.