Skip to content

Commit

Permalink
fix(comp:transfer): transfer header clear icon error
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Aug 8, 2023
1 parent d20b30c commit 0f2f180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/config/src/defaultConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export const defaultConfig: GlobalConfig = {
transfer: {
getKey: 'key',
clearable: true,
clearIcon: 'clear',
clearIcon: 'delete',
showSelectAll: true,
},
tooltip: {
Expand Down

0 comments on commit 0f2f180

Please sign in to comment.