Skip to content

Commit 80598fd

Browse files
committed
JobView - switch back to more specific type
1 parent 5ac0898 commit 80598fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/JobView.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ import { JobModel } from 'generated/tdr';
66
import { TdrState } from 'reducers';
77
import { OrderDirectionOptions } from 'reducers/query';
88
import theme from 'modules/theme';
9+
import { Action } from 'redux';
910
import JobTable from './table/JobTable';
1011

1112
interface IProps {
1213
jobs: Array<JobModel>;
13-
dispatch: Dispatch<any>;
14+
dispatch: Dispatch<Action>;
1415
loading: boolean;
1516
searchString: string;
1617
refreshCnt: number;

0 commit comments

Comments
 (0)