We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478c5dc commit d04453bCopy full SHA for d04453b
packages/renderless/src/upload-list/vue.ts
@@ -78,7 +78,7 @@ export const renderless = (
78
progressWidth:
79
designConfig?.state && Object.hasOwnProperty.call(designConfig.state, 'progressWidth')
80
? designConfig.state.progressWidth
81
- : '68',
+ : 68,
82
progressStrokeWidth: designConfig?.state?.progressStrokeWidth || 4,
83
tooltipDisabled: designConfig?.state?.tooltipDisabled ?? false,
84
closeComponent: designConfig?.icons?.closeComponent || 'icon-del',
0 commit comments