Skip to content

Commit

Permalink
EBR-86-2: refactor code for bucket widget
Browse files Browse the repository at this point in the history
  • Loading branch information
915-Misan-Teodora committed Jul 31, 2024
1 parent 343b94d commit 5c00246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvbwidgets/ui/storage_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def __init__(self, collab=None, folder=None, selected_storage=0, **kwargs):
self.set_title(0, 'Drive')
self.set_title(1, 'Bucket')
self.drive_api = self.tab1
self.bucket_api = self.tab1
self.bucket_api = self.tab2

def get_selected_file_content(self):
api = self.retrieve_api()
Expand Down

0 comments on commit 5c00246

Please sign in to comment.