Skip to content

Commit

Permalink
fix: no header button animations on file listing
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiresviana committed Mar 24, 2021
1 parent 6c8ee96 commit fe80730
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/views/files/Listing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,21 @@
/>
<action
v-if="headerButtons.copy"
id="copy-button"
icon="content_copy"
:label="$t('buttons.copyFile')"
show="copy"
/>
<action
v-if="headerButtons.move"
id="move-button"
icon="forward"
:label="$t('buttons.moveFile')"
show="move"
/>
<action
v-if="headerButtons.delete"
id="delete-button"
icon="delete"
:label="$t('buttons.delete')"
show="delete"
Expand All @@ -62,6 +65,7 @@
/>
<action
icon="file_upload"
id="upload-button"
:label="$t('buttons.upload')"
@action="upload"
/>
Expand Down

0 comments on commit fe80730

Please sign in to comment.