chore: indentation fix
This commit is contained in:
parent
8a1ebeb52d
commit
899481d752
@ -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