Skip to content

Commit

Permalink
fix(comp:upload): default icon config not right (#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 authored Sep 4, 2023
1 parent dc97ac1 commit 0bf4f6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/config/src/defaultConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,9 @@ export const defaultConfig: GlobalConfig = {
uploadFiles: {
type: 'text',
icon: {
preview: 'zoom-in',
file: 'paper-clip',
remove: 'close',
remove: 'delete',
retry: 'edit',
},
},
Expand Down

0 comments on commit 0bf4f6b

Please sign in to comment.