Fixes area creation in area picker (#14452)

This commit is contained in:
Paul Bottein
2022-11-29 15:15:12 +01:00
committed by GitHub
parent 5c452cb9e0
commit 566b93ec1f
2 changed files with 30 additions and 54 deletions

View File

@@ -25,6 +25,7 @@ export interface PromptDialogParams extends BaseDialogBoxParams {
defaultValue?: string;
placeholder?: string;
confirm?: (out?: string) => void;
cancel?: () => void;
}
export interface DialogBoxParams