mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
parent
59e5485408
commit
f91af69ec4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user