FIX: Avatar upload error (#20658)

Followup to 4f9afabf87
This commit is contained in:
David Taylor 2023-03-13 10:59:42 +00:00 committed by GitHub
parent 59e5485408
commit f91af69ec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@ export default Controller.extend(ModalFunctionality, {
return this._selected ?? this.defaultSelection;
},
set selected(value) {
this._selected = value;
},
@action
onSelectedChanged(value) {
this._selected = value;