FEATURE: Move avatar uploader to uppy (#14815)

Simple change, no further caveats for this one.
This commit is contained in:
Martin Brennan 2021-11-04 14:40:20 +10:00 committed by GitHub
parent fac9185421
commit ccd259e2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
import Component from "@ember/component";
import UploadMixin from "discourse/mixins/upload";
import UppyUploadMixin from "discourse/mixins/uppy-upload";
import discourseComputed from "discourse-common/utils/decorators";
export default Component.extend(UploadMixin, {
export default Component.extend(UppyUploadMixin, {
type: "avatar",
tagName: "span",
imageIsNotASquare: false,