add domain wipe

This commit is contained in:
Emily
2024-11-11 16:54:02 +01:00
parent f06d7d78fc
commit 2929b229c4
11 changed files with 440 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ export type CustomDialogOptions = {
params?: any,
width?: string,
height?: string,
closable?: boolean
closable?: boolean,
}
function openDialogEx(component: Component, options?: CustomDialogOptions) {