Skip to content

Commit

Permalink
Removed unused clause
Browse files Browse the repository at this point in the history
  • Loading branch information
simensma-fresh committed Dec 5, 2024
1 parent 606c952 commit e2a28ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const EditPermitConditionCategoryInline = (props: IPermitConditionCategor
<FormWrapper scrollOnToggleEdit={false} name={formName} onSubmit={handleSubmit} initialValues={props.category} isEditMode={isEditMode}>
<Row className="flex" style={{ gap: '0.5em' }}>
<Form.Item style={{ marginRight: 0, maxWidth: '40px' }}>
<Field name="step" component={RenderField} required={true} validate={[required]} style={{ maxWidth: '100px' }} />
<Field name="step" component={RenderField} required={true} validate={[required]} />
</Form.Item>
<PermitConditionCategorySelector showLabel={false} />
<Button
Expand Down

0 comments on commit e2a28ad

Please sign in to comment.