fix: bucket title edit success message appearing twice

This commit is contained in:
kolaente 2022-09-15 10:08:17 +02:00
parent 9c367877f4
commit 49217889b5
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -537,7 +537,6 @@ export default defineComponent({
await this.$store.dispatch('kanban/updateBucketTitle', updatedBucketData)
this.bucketTitleEditable = false
this.$message.success({message: this.$t('list.kanban.bucketTitleSavedSuccess')})
},
updateBuckets(value) {