We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0a808e + 99a39a5 commit c2c4f64Copy full SHA for c2c4f64
1 file changed
src/runtime/components/CldUploadWidget.vue
@@ -326,7 +326,7 @@ function invokeInstanceMethod(method: string) {
326
}
327
328
if ( typeof widget?.value[method] === 'function' ) {
329
- widget.value[method](widget.value);
+ widget.value[method]();
330
331
332
0 commit comments