Skip to content

Commit

Permalink
fix(comp:upload): file remove icon should be 'close' (#1787)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Jan 8, 2024
1 parent 400a0b4 commit f862fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/config/src/defaultConfig.ts
Expand Up @@ -456,7 +456,7 @@ export const defaultConfig: GlobalConfig = {
icon: {
preview: 'zoom-in',
file: 'paper-clip',
remove: 'delete',
remove: 'close',
retry: 'edit',
},
},
Expand Down

0 comments on commit f862fdf

Please sign in to comment.