From 2f56af0384ac55764ef5a15830823801cdfafb38 Mon Sep 17 00:00:00 2001 From: Shariq Ansari <30859809+shariquerik@users.noreply.github.com> Date: Wed, 3 Sep 2025 12:42:19 +0530 Subject: [PATCH] chore: indentation fix (cherry picked from commit 899481d752209687c26390e8a037dc7c139891fa) --- frontend/src/components/ListBulkActions.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 () => {