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 d2c64ab commit 03a32d3Copy full SHA for 03a32d3
app/code/Magento/Ui/view/base/web/js/form/element/file-uploader.js
@@ -324,7 +324,6 @@ define([
324
*
325
* @param {Event} e - Event object.
326
* @param {Object} data - File data that will be uploaded.
327
- * @returns {Boolean|void} - false if further processing should halt or undefined if processing should continue
328
*/
329
onFilesChoosed: function (e, data) {
330
// no option exists in fileuploader for restricting upload chains to single files; this enforces that policy
0 commit comments