diff --git a/frontend/src/components/ListBulkActions.vue b/frontend/src/components/ListBulkActions.vue index 5f87eac4..1a036703 100644 --- a/frontend/src/components/ListBulkActions.vue +++ b/frontend/src/components/ListBulkActions.vue @@ -219,17 +219,15 @@ function bulkActions(selections, unselectAll) { } function reload(unselectAll) { - showDeleteDocModal.value = { showLinkedDocsModal: false, showDeleteModal: false, docname: null, - }; + } - - unselectAllAction.value?.() - unselectAll?.() - list.value?.reload() + unselectAllAction.value?.() + unselectAll?.() + list.value?.reload() } onMounted(async () => {