fix categories in supermarket edit modal

This commit is contained in:
smilerz
2021-12-21 13:40:50 -06:00
parent 63fe174070
commit b4510a2cc1
6 changed files with 21 additions and 9 deletions

View File

@ -315,7 +315,6 @@ export default {
this.genericAPI(this.this_model, this.Actions.MOVE, { source: source_id, target: target_id })
.then((result) => {
this.moveUpdateItem(source_id, target_id)
// TODO make standard toast
StandardToasts.makeStandardToast(StandardToasts.SUCCESS_MOVE)
})
.catch((err) => {
@ -355,7 +354,6 @@ export default {
})
.then((result) => {
this.mergeUpdateItem(source_id, target_id)
// TODO make standard toast
StandardToasts.makeStandardToast(StandardToasts.SUCCESS_MERGE)
})
.catch((err) => {