Remove reliance on localstorage for pendingScheduleDeepLink when scheduling a recipe (#5290)

This commit is contained in:
Zane
2025-10-21 12:01:58 -07:00
committed by GitHub
parent c89e852fae
commit 3e4488275b
6 changed files with 30 additions and 35 deletions
+1
View File
@@ -35,6 +35,7 @@ export type ViewOptions = {
resetChat?: boolean;
shareToken?: string;
resumeSessionId?: string;
pendingScheduleDeepLink?: string;
};
export const createNavigationHandler = (navigate: NavigateFunction) => {