Skip to content

Commit

Permalink
pkp/pkp-lib#6528 Add cancel button for bulk delete
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Dec 19, 2024
1 parent 04fb165 commit c5b2ffd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/dashboard/components/DashboardBulkDeleteButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
>
{{ t('dashboard.submissions.incomplete.bulkDelete.button') }}
</PkpButton>
<PkpButton
v-if="store.bulkDeleteSelectionEnabled"
:is-warnable="true"
@click="() => store.bulkDeleteSelectionDisable()"
>
{{ t('common.cancel') }}
</PkpButton>
</template>

<script setup>
Expand Down

0 comments on commit c5b2ffd

Please sign in to comment.