Skip to content

Commit

Permalink
fix md-editort error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Dec 17, 2024
1 parent f904b82 commit eb63614
Show file tree
Hide file tree
Showing 30 changed files with 3,159 additions and 1,389 deletions.
2 changes: 1 addition & 1 deletion packages/field/src/components/TreeSelect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const FieldTreeSelect: ProFieldFC<GroupProps> = (
}
: undefined
}
bordered={!light}
variant={!light ? 'outlined' : 'borderless'}
{...fieldProps}
treeData={options as TreeSelectProps['treeData']}
showSearch={showSearch}
Expand Down
13 changes: 6 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eb63614

Please sign in to comment.