Skip to content

Commit

Permalink
Merge pull request #97 from grycap/master
Browse files Browse the repository at this point in the history
fix print bucket
  • Loading branch information
catttam authored Feb 5, 2024
2 parents 02be362 + cb7fa60 commit 7dee82d
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 7dee82d

Please sign in to comment.