mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-12 20:40:29 +00:00
Fixes area creation in area picker (#14452)
This commit is contained in:
@@ -25,6 +25,7 @@ export interface PromptDialogParams extends BaseDialogBoxParams {
|
||||
defaultValue?: string;
|
||||
placeholder?: string;
|
||||
confirm?: (out?: string) => void;
|
||||
cancel?: () => void;
|
||||
}
|
||||
|
||||
export interface DialogBoxParams
|
||||
|
||||
Reference in New Issue
Block a user