mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:25:35 +08:00
FIX: create-invite-uploader following uppy-upload mixin changes (#29278)
This component will soon be updated to remove the mixin entirely (and add a regression test for it). But for now, this is a quick fix to get it working again.
This commit is contained in:
parent
16acba6cf8
commit
007a8dabf3
|
@ -35,7 +35,6 @@ export default class CreateInviteUploader extends Component.extend(
|
|||
|
||||
@action
|
||||
setElement(element) {
|
||||
this.set("fileInputEl", element);
|
||||
this._initialize();
|
||||
this.uppyUpload.setup(element);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user