We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d930240 commit 06da3e2Copy full SHA for 06da3e2
packages/cpt-ui/src/context/NavigationProvider.tsx
@@ -29,7 +29,7 @@ export interface NavigationContextType {
29
getOriginalSearchParameters: () => Record<string, string | undefined> | null;
30
getRelevantSearchParameters: (
31
searchType: "prescriptionId" | "nhsNumber" | "basicDetails",
32
- ) => Record<string, string>;
+ ) => Record<string, string | undefined>;
33
34
startNewNavigationSession: () => void;
35
}
0 commit comments