mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 19:48:24 +00:00
Correct action name when editing tags
This commit is contained in:
parent
56598accc7
commit
512d2e9328
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ export default {
|
|||
async saveTags(deleting) {
|
||||
this.saving = true;
|
||||
const action = deleting
|
||||
? '_LEGACY'
|
||||
? 'SAVE_TAGS_NO_MERGE'
|
||||
: 'SAVE_TAGS';
|
||||
|
||||
await this.$store.dispatch(action, this.localTags)
|
||||
|
|
Loading…
Add table
Reference in a new issue