Require opt-in config flow navigateToResult (#24120)

This commit is contained in:
Paulus Schoutsen
2025-02-10 09:58:10 -05:00
committed by GitHub
parent 748642a8d6
commit 44cc75afbc
8 changed files with 13 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ export interface DataEntryFlowDialogParams {
showAdvanced?: boolean;
entryId?: string;
dialogParentElement?: HTMLElement;
navigateToResult?: boolean;
}
export const loadDataEntryFlowDialog = () => import("./dialog-data-entry-flow");