mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 12:13:09 +02:00
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