Skip to content

Commit

Permalink
fix(comp:text): copy icon of default global config error
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Sep 20, 2023
1 parent b03eadd commit c67b854
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 @@ -347,7 +347,7 @@ export const defaultConfig: GlobalConfig = {
trim: false,
},
text: {
copyIcon: ['check', 'copy'],
copyIcon: ['copy', 'check'],
},
timePicker: {
borderless: false,
Expand Down

0 comments on commit c67b854

Please sign in to comment.