Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 6, 2024
1 parent 64be615 commit e4d4b42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/base/src/panelview/customarrayfield.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,7 @@ const CustomArrayField: React.FC<IProps> = props => {

return (
<fieldset>
<legend>
{name}
</legend>
<legend>{name}</legend>
<p className="field-description">{schema.description}</p>
<div className="custom-array-wrapper">
{formData.map((value: any, index: number) => (
Expand Down

0 comments on commit e4d4b42

Please sign in to comment.