We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b562c50 commit b450861Copy full SHA for b450861
src/plugins/muc-views/modals/muc-list.js
@@ -111,7 +111,7 @@ export default class MUCListModal extends BaseModal {
111
}
112
113
onDomainChange () {
114
- this.querySelector('form-control').value = this.model.get('muc_domain');
+ this.querySelector('.form-control').value = this.model.get('muc_domain');
115
this.items = [];
116
this.model.save('feedback_text', '');
117
api.settings.get('auto_list_rooms') && this.updateRoomsList();
0 commit comments