mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
FIX: Avatar upload error (#20658)
Followup to 4f9afabf877b06c434dc84286fbebd0434a6efc3
This commit is contained in:
parent
59e5485408
commit
f91af69ec4
@ -65,6 +65,10 @@ export default Controller.extend(ModalFunctionality, {
|
|||||||
return this._selected ?? this.defaultSelection;
|
return this._selected ?? this.defaultSelection;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
set selected(value) {
|
||||||
|
this._selected = value;
|
||||||
|
},
|
||||||
|
|
||||||
@action
|
@action
|
||||||
onSelectedChanged(value) {
|
onSelectedChanged(value) {
|
||||||
this._selected = value;
|
this._selected = value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user