1
0
forked from test/crm

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