Merge branch 'development' of github.com:defuj/eis into development

This commit is contained in:
kur0nek-o
2024-05-08 16:15:58 +07:00
3 changed files with 4 additions and 2 deletions

View File

@ -985,6 +985,8 @@ const onCellClicked = (e: any) => {
if (e.rowType == 'group') {
groupDialog.value = true
groupIndex.value = e.row.groupIndex
} else {
groupDialog.value = false
}
isDialogEnabled.value = true