Skip to content

Commit 8b76bf8

Browse files
committed
item elements bug fix
1 parent 1db8732 commit 8b76bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/crud/components/ItemElements.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ export default {
242242
{
243243
ids: obj
244244
},
245-
this.$t("global.alerts.added"),
246-
this.$t("global.alerts.addError")
245+
this.$t("global.alerts.removed"),
246+
this.$t("global.alerts.removeError")
247247
]);
248248
this.clearSelected();
249249
},

0 commit comments

Comments
 (0)