mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Require opt-in config flow navigateToResult (#24120)
This commit is contained in:
@@ -150,6 +150,7 @@ export interface DataEntryFlowDialogParams {
|
||||
showAdvanced?: boolean;
|
||||
entryId?: string;
|
||||
dialogParentElement?: HTMLElement;
|
||||
navigateToResult?: boolean;
|
||||
}
|
||||
|
||||
export const loadDataEntryFlowDialog = () => import("./dialog-data-entry-flow");
|
||||
|
||||
Reference in New Issue
Block a user