chore: indentation fix
(cherry picked from commit 899481d752209687c26390e8a037dc7c139891fa)
This commit is contained in:
parent
06d647dd72
commit
2f56af0384
@ -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 () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user