Skip to content

Commit 06da3e2

Browse files
fixed type error
1 parent d930240 commit 06da3e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cpt-ui/src/context/NavigationProvider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface NavigationContextType {
2929
getOriginalSearchParameters: () => Record<string, string | undefined> | null;
3030
getRelevantSearchParameters: (
3131
searchType: "prescriptionId" | "nhsNumber" | "basicDetails",
32-
) => Record<string, string>;
32+
) => Record<string, string | undefined>;
3333

3434
startNewNavigationSession: () => void;
3535
}

0 commit comments

Comments
 (0)