Merge branch 'develop' into warunee-dev

This commit is contained in:
Warunee Tamkoo 2023-09-11 10:54:26 +07:00
commit 2d19b64a31
4 changed files with 66 additions and 19 deletions

View file

@ -302,10 +302,7 @@ const clickAdd = async () => {
};
const clickDelete = (id: string) => {
dialogRemove(
$q,
() => deleteData(id),
);
dialogRemove($q, () => deleteData(id));
};
const nodeTree = async () => {