Skip to content

Commit

Permalink
* kanban: change dev example.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed May 30, 2024
1 parent 59f74b7 commit 5ac88d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kanban/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ onPageUpdate(() => {
const kanban2Options: KanbanProps = {
key: 'kanban2',
itemCountPerRow: 3,
colWidth: 400,
data: createKanbanData(),
onDrop: (changes, info) => {
console.log('> onDrop', changes, info);
Expand Down

0 comments on commit 5ac88d1

Please sign in to comment.