Skip to content

Commit

Permalink
Remove hidden form field style
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyadav-57 committed Nov 4, 2023
1 parent 2383983 commit 6c6bad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/workspace/ABIUi/ABIUi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const ABIUi: FC<Props> = ({
if (item.name === 'queryId') {
return (
<Form.Item
noStyle
key={i}
name={[i, item.name, 'type']}
className={`${s.formItemABI} ${s.formItemType}}`}
Expand Down

0 comments on commit 6c6bad1

Please sign in to comment.