web/satellite: fix new folder button in file browser

This change opens the "new folder" modal on click of the "new folder"
button in the file browser

Change-Id: I063d644c70ad1eff005eb509d97b95cf30aca00a
This commit is contained in:
Wilfred Asomani 2023-01-20 10:39:13 +00:00 committed by Storj Robot
parent b9c0bbce2f
commit 250f505f4d

View File

@ -81,6 +81,7 @@
:is-white="true"
font-size="14px"
width="130px"
:on-press="toggleFolderCreationModal"
/>
</div>
<bucket-settings-nav class="new-folder-button" :bucket-name="bucket" />