diff --git a/store/postwoman.js b/store/postwoman.js index d07d70957..61712fb65 100644 --- a/store/postwoman.js +++ b/store/postwoman.js @@ -115,6 +115,7 @@ export const mutations = { const duplicateCollection = collections.some(item => item.name === name) if (duplicateCollection) { this.$toast.info('Duplicate collection'); + return; } collections.push({ name: "",