chore: indentation fix

(cherry picked from commit 899481d752209687c26390e8a037dc7c139891fa)
This commit is contained in:
Shariq Ansari 2025-09-03 12:42:19 +05:30 committed by Mergify
parent 06d647dd72
commit 2f56af0384

View File

@ -219,17 +219,15 @@ function bulkActions(selections, unselectAll) {
} }
function reload(unselectAll) { function reload(unselectAll) {
showDeleteDocModal.value = { showDeleteDocModal.value = {
showLinkedDocsModal: false, showLinkedDocsModal: false,
showDeleteModal: false, showDeleteModal: false,
docname: null, docname: null,
}; }
unselectAllAction.value?.()
unselectAllAction.value?.() unselectAll?.()
unselectAll?.() list.value?.reload()
list.value?.reload()
} }
onMounted(async () => { onMounted(async () => {