Removed enter to submit detail page. Added filtering for jobs lines.
This commit is contained in:
@@ -18,7 +18,7 @@ export default function JobsDetailHeader({
|
||||
job,
|
||||
mutationConvertJob,
|
||||
refetch,
|
||||
getFieldDecorator
|
||||
handleSubmit
|
||||
}) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
@@ -76,7 +76,12 @@ export default function JobsDetailHeader({
|
||||
>
|
||||
{t("jobs.actions.convert")}
|
||||
</Button>,
|
||||
<Button type="primary" key="submit" htmlType="submit">
|
||||
<Button
|
||||
type="primary"
|
||||
key="submit"
|
||||
htmlType="button"
|
||||
onClick={handleSubmit}
|
||||
>
|
||||
{t("general.labels.save")}
|
||||
</Button>
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user