Skip to content

Commit 1851c85

Browse files
committed
type
1 parent 3861abd commit 1851c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labkey-ui-ehr/src/ParticipantHistory/SearchByIdPanel/SearchByIdPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export interface SearchByIdPanelProps {
7878
activeReportSupportsNonIdFilters: boolean;
7979
initialFilterType: FilterType;
8080
initialSubjects: string[];
81-
onFilterChange: (filterType: FilterType, subjects?: string[]) => void;
81+
onFilterChange: (filterType: FilterType, subjects: string[] | undefined) => void;
8282
}
8383

8484
export const SearchByIdPanel: FC<SearchByIdPanelProps> = ({

0 commit comments

Comments
 (0)