Browse Source

Change the position of all document deletion button

pull/1115/head
Hironsan 3 years ago
parent
commit
1540a8f3e1
1 changed files with 2 additions and 1 deletions
  1. 3
      frontend/pages/projects/_id/dataset/index.vue

3
frontend/pages/projects/_id/dataset/index.vue

@ -3,7 +3,8 @@
<v-card-title class="mb-2">
<document-action-menu />
<document-deletion-button class="ms-2" />
<document-bulk-deletion-button class="ms-2" />
<v-spacer />
<document-bulk-deletion-button />
</v-card-title>
<document-list />
</v-card>

Loading…
Cancel
Save