Merge branch 'develop' into warunee-dev
This commit is contained in:
commit
2d19b64a31
4 changed files with 66 additions and 19 deletions
|
|
@ -302,10 +302,7 @@ const clickAdd = async () => {
|
|||
};
|
||||
|
||||
const clickDelete = (id: string) => {
|
||||
dialogRemove(
|
||||
$q,
|
||||
() => deleteData(id),
|
||||
);
|
||||
dialogRemove($q, () => deleteData(id));
|
||||
};
|
||||
|
||||
const nodeTree = async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue