Progress
This commit is contained in:
@@ -8,7 +8,7 @@ export default function JobSyncButton({ job }) {
|
||||
const { t } = useTranslation();
|
||||
const history = useNavigate();
|
||||
const handleClick = () => {
|
||||
history.push(
|
||||
history(
|
||||
`/manage/available?availableJobId=${job.available_jobs[0].id}&clm_no=${job.clm_no}`
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user