Skip to content

Commit

Permalink
fix(demo):type error
Browse files Browse the repository at this point in the history
  • Loading branch information
echoyl committed Mar 1, 2025
1 parent a21b416 commit 0ba4802
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Demo = () => {
},
]}
arrowSort={true}
upIconProps={{ tooltipText: null }}
upIconProps={{ tooltipText: '' }}
>
<ProFormGroup key="group">
<ProFormText name="value" label="值" />
Expand Down

0 comments on commit 0ba4802

Please sign in to comment.