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