We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3861abd commit 1851c85Copy full SHA for 1851c85
labkey-ui-ehr/src/ParticipantHistory/SearchByIdPanel/SearchByIdPanel.tsx
@@ -78,7 +78,7 @@ export interface SearchByIdPanelProps {
78
activeReportSupportsNonIdFilters: boolean;
79
initialFilterType: FilterType;
80
initialSubjects: string[];
81
- onFilterChange: (filterType: FilterType, subjects?: string[]) => void;
+ onFilterChange: (filterType: FilterType, subjects: string[] | undefined) => void;
82
}
83
84
export const SearchByIdPanel: FC<SearchByIdPanelProps> = ({
0 commit comments