Skip to content

Commit

Permalink
Update ABIUi.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 authored Nov 4, 2023
1 parent 6c6bad1 commit 56b07e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/workspace/ABIUi/ABIUi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const ABIUi: FC<Props> = ({
key={i}
name={[i, item.name, 'type']}
className={`${s.formItemABI} ${s.formItemType}}`}
rules={[{ required: true, message: 'Please select type' }]}
rules={[{ message: 'Please select type' }]}
>
<Input type="hidden" value={0} />
</Form.Item>
Expand Down

0 comments on commit 56b07e0

Please sign in to comment.