We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac0898 commit 80598fdCopy full SHA for 80598fd
src/components/JobView.tsx
@@ -6,11 +6,12 @@ import { JobModel } from 'generated/tdr';
6
import { TdrState } from 'reducers';
7
import { OrderDirectionOptions } from 'reducers/query';
8
import theme from 'modules/theme';
9
+import { Action } from 'redux';
10
import JobTable from './table/JobTable';
11
12
interface IProps {
13
jobs: Array<JobModel>;
- dispatch: Dispatch<any>;
14
+ dispatch: Dispatch<Action>;
15
loading: boolean;
16
searchString: string;
17
refreshCnt: number;
0 commit comments