mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 00:03:26 +08:00
FEATURE: Move avatar uploader to uppy (#14815)
Simple change, no further caveats for this one.
This commit is contained in:
parent
fac9185421
commit
ccd259e2b5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user