diff --git a/plugins/view-resources/src/components/KanbanView.svelte b/plugins/view-resources/src/components/KanbanView.svelte index 5b7346cc98..4020f19e9e 100644 --- a/plugins/view-resources/src/components/KanbanView.svelte +++ b/plugins/view-resources/src/components/KanbanView.svelte @@ -76,11 +76,11 @@ } async function move(to: number, state: Ref) { - console.log('move version 10') + console.log('move version 12') const id = dragCard._id if (dragCardInitialState !== state) - await client.updateDoc(_class, space, id, { state }) + client.updateDoc(_class, space, id, { state }) if (dragCardInitialPosition !== to) { await client.updateDoc(core.class.SpaceWithStates, core.space.Model, space, {