forked from FoundKeyGang/FoundKey
fix(client): Fix default reaction setting
This commit is contained in:
parent
4a08d5295e
commit
97cdfa662e
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export default Vue.extend({
|
|||
},
|
||||
|
||||
setDefault() {
|
||||
this.reactions = defaultSettings.reactions;
|
||||
this.reactions = defaultSettings.reactions.join('');
|
||||
},
|
||||
|
||||
async chooseEmoji(ev) {
|
||||
|
|
Loading…
Reference in a new issue