Make the query events use the proper import for DialogManager utils
This commit is contained in:
parent
1f9aee329e
commit
9830c10b6f
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { DialogManager } from "../../utils/DialogManager.mjs";
|
||||
import { close } from "../../utils/DialogManager.mjs";
|
||||
import { localizer } from "../../utils/localizer.mjs";
|
||||
|
||||
export async function queryCancel(payload) {
|
||||
|
|
@ -15,5 +15,5 @@ export async function queryCancel(payload) {
|
|||
return;
|
||||
};
|
||||
|
||||
await DialogManager.close(id);
|
||||
close(id);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue