Skip to content

Commit

Permalink
[ML] Update selectedDetectorIndex: num
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Nov 17, 2020
1 parent 53dc467 commit 607d788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const PlotByFunctionControls = ({
}: {
functionDescription: undefined | string;
setFunctionDescription: (func: string) => void;
selectedDetectorIndex: any;
selectedDetectorIndex: number;
selectedJobId: string;
selectedEntities: Record<string, any>;
}) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const getDefaultFieldConfig = (
};

interface SeriesControlsProps {
selectedDetectorIndex: any;
selectedDetectorIndex: number;
selectedJobId: JobId;
bounds: any;
appStateHandler: Function;
Expand Down

0 comments on commit 607d788

Please sign in to comment.