diff --git a/src/stores/kanban.ts b/src/stores/kanban.ts index 25583a0e4..76d29dfe2 100644 --- a/src/stores/kanban.ts +++ b/src/stores/kanban.ts @@ -364,7 +364,7 @@ export const useKanbanStore = defineStore('kanban', { } }, - async updateBucket(updatedBucketData: IBucket) { + async updateBucket(updatedBucketData: Partial) { const cancel = setModuleLoading(this) const bucketIndex = findIndexById(this.buckets, updatedBucketData.id)