Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed Oct 17, 2023
1 parent 813536c commit e90fdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/page/library-rule-list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default function LibraryRuleList() {
<div className='header'>
<div style={{ fontSize: '2em' }}>配置源管理</div>
<span>
<Button type='ghost' onClick={addRuleConfig}>
<Button ghost onClick={addRuleConfig}>
<FileAddOutlined />
新建纯规则配置
</Button>
Expand Down

0 comments on commit e90fdaf

Please sign in to comment.