Remove reliance on localstorage for pendingScheduleDeepLink when scheduling a recipe (#5290)
This commit is contained in:
@@ -35,6 +35,7 @@ export type ViewOptions = {
|
||||
resetChat?: boolean;
|
||||
shareToken?: string;
|
||||
resumeSessionId?: string;
|
||||
pendingScheduleDeepLink?: string;
|
||||
};
|
||||
|
||||
export const createNavigationHandler = (navigate: NavigateFunction) => {
|
||||
|
||||
Reference in New Issue
Block a user