Skip to content

Commit 83159de

Browse files
author
ymx
committed
fix assert upload issue
1 parent 2d1a359 commit 83159de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asset_manager/view/FileUploader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default Backbone.View.extend(
2626
initialize(opts = {}) {
2727
this.options = opts;
2828
const c = opts.config || {};
29-
this.module = c.module;
29+
this.module = opts.module;
3030
this.config = c;
3131
this.em = this.config.em;
3232
this.pfx = c.stylePrefix || '';

0 commit comments

Comments
 (0)