Skip to content

Commit b0e5a84

Browse files
authored
Merge pull request #3934 from mingxin-yang/dev
fix assert upload issue
2 parents 2d1a359 + 83159de commit b0e5a84

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)