Skip to content

Commit e035709

Browse files
Copilothotlong
andcommitted
Fix Kanban demo error by replacing 'group' with 'flex' component
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 111e130 commit e035709

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/docs/views/object-kanban.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ A specialized kanban board component that works with ObjectQL data sources. Auto
3131
className: "font-semibold text-sm text-muted-foreground"
3232
},
3333
{
34-
type: "group",
34+
type: "flex",
35+
direction: "row",
3536
gap: 2,
3637
children: [
3738
{

0 commit comments

Comments
 (0)