We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61599a commit 2639406Copy full SHA for 2639406
1 file changed
snprc_ehr/src/client/SsrsReporting/components/ReportSelectionPanel.tsx
@@ -8,7 +8,7 @@ interface Props {
8
selectedReport: ReportItem;
9
}
10
11
-export default class ReportSelectionPanel extends React.Component<Props> {
+export default class ReportSelectionPanel extends React.Component<Props, {}> {
12
13
handleChange = (option: ReportItem | null): void => {
14
if (option)
0 commit comments