Skip to content

Commit

Permalink
formtting
Browse files Browse the repository at this point in the history
  • Loading branch information
isuru-aot committed Oct 6, 2023
1 parent 7d4ca09 commit 643267d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,13 @@ export const ExplosivesPermitForm: FC<ExplosivesPermitFormProps &
/>
</Form.Item>
<Form.Item>
<Field
<Field
id="description"
name="description"
label="Other Information"
component={renderConfig.AUTO_SIZE_FIELD}
disabled={disabled}
/>
/>
</Form.Item>
<h4>Storage Details</h4>
<Row gutter={6}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export const ExplosivesPermit: FC<ExplosivesPermitProps> = ({
props.openModal({
props: {
onSubmit: record ? handleUpdateExplosivesPermit : handleAddExplosivesPermit,
// title: "Add Explosives Storage & Use Permit",
title: "Add Permit",
initialValues,
mineGuid,
Expand Down

0 comments on commit 643267d

Please sign in to comment.