File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ export { default as GithubFill } from '@ant-design/icons/lib/fill/GithubFill'
55export { default as GithubOutline } from '@ant-design/icons/lib/outline/GithubOutline'
66
77export { default as LoadingOutline } from '@ant-design/icons/lib/outline/LoadingOutline'
8+ export { default as FileSync } from '@ant-design/icons/lib/outline/FileSyncOutline'
89
910export { default as FolderOpenOutline } from '@ant-design/icons/lib/outline/FolderOpenOutline'
1011
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ function Edit(props) {
135135 disabled = { ! title }
136136 className = 'action-icon'
137137 title = { editId ? '更新' : '新增' }
138- icon = { editId ? 'sync' : 'plus' }
138+ icon = { editId ? 'file- sync' : 'plus' }
139139 onClick = { ( ) => {
140140 editId ? update ( ) : add ( )
141141 } }
You can’t perform that action at this time.
0 commit comments