mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-31 21:44:20 +00:00
ajout de feedback sur les mises à jour de créations. see #20
This commit is contained in:
parent
a854071c7d
commit
183c7fcaa5
5 changed files with 33 additions and 0 deletions
|
|
@ -181,6 +181,8 @@ export default {
|
|||
updateMagicItemInTreasureChest () {
|
||||
if (this.isMagicItemInTreasureChest) {
|
||||
this.$store.commit('myMagicItems/updateMagicItem', this.magicItem)
|
||||
this.$store.commit('setSnackbarText', "L'objet a été mis à jour dans la bibliothèque")
|
||||
this.$store.commit('setIsOpenSnackbar', true)
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue