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:
David Taylor 2024-10-18 12:44:13 +01:00 committed by GitHub
parent 16acba6cf8
commit 007a8dabf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,6 @@ export default class CreateInviteUploader extends Component.extend(
@action
setElement(element) {
this.set("fileInputEl", element);
this._initialize();
this.uppyUpload.setup(element);
}
}