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) {
showDeleteDocModal.value = {
showLinkedDocsModal: false,
showDeleteModal: false,
docname: null,
};
}
unselectAllAction.value?.()
unselectAll?.()
list.value?.reload()
unselectAllAction.value?.()
unselectAll?.()
list.value?.reload()
}
onMounted(async () => {