Removed enter to submit detail page. Added filtering for jobs lines.
This commit is contained in:
@@ -41,11 +41,12 @@ export default function JobsDetailPage({
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Form onSubmit={handleSubmit} {...formItemLayout}>
|
||||
<Form onSubmit={handleSubmit} {...formItemLayout} autoComplete={"off"}>
|
||||
<JobsDetailHeader
|
||||
job={job}
|
||||
mutationConvertJob={mutationConvertJob}
|
||||
refetch={refetch}
|
||||
handleSubmit={handleSubmit}
|
||||
/>
|
||||
|
||||
{isFieldsTouched() ? (
|
||||
|
||||
Reference in New Issue
Block a user