chore: indentation fix

This commit is contained in:
Shariq Ansari 2025-09-03 12:42:19 +05:30 committed by GitHub
parent 8a1ebeb52d
commit 899481d752
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 () => {