Update:Submit edit details closes modal

This commit is contained in:
advplyr 2022-05-02 17:31:02 -05:00
parent 2059c9f14a
commit 7f1d797fb2

View File

@ -166,7 +166,7 @@ export default {
if (updateResult) {
if (updateResult.updated) {
this.$toast.success('Item details updated')
// this.$emit('close')
this.$emit('close')
} else {
this.$toast.info('No updates were necessary')
}