Skip to content

Commit

Permalink
JobView - switch back to more specific type
Browse files Browse the repository at this point in the history
  • Loading branch information
snf2ye committed Jan 8, 2025
1 parent 5ac0898 commit 80598fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/JobView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ import { JobModel } from 'generated/tdr';
import { TdrState } from 'reducers';
import { OrderDirectionOptions } from 'reducers/query';
import theme from 'modules/theme';
import { Action } from 'redux';
import JobTable from './table/JobTable';

interface IProps {
jobs: Array<JobModel>;
dispatch: Dispatch<any>;
dispatch: Dispatch<Action>;
loading: boolean;
searchString: string;
refreshCnt: number;
Expand Down

0 comments on commit 80598fd

Please sign in to comment.