We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe319d commit df5a23aCopy full SHA for df5a23a
src/config.ts
@@ -18,7 +18,7 @@
18
/**
19
* @private
20
*/
21
-const PICKER_VERSION = '1.29.3';
+const PICKER_VERSION = 'beta';
22
23
24
src/lib/client.ts
@@ -475,7 +475,7 @@ export class Client extends EventEmitter {
475
this.emit('upload.error', e);
476
});
477
478
- return upload.upload(file, options.altText);
+ return upload.upload(file, options && options.altText);
479
}
480
481
0 commit comments