Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Jan 28, 2025
1 parent 4095915 commit e57f4cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playground/components/whiteboard/board-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ function BoardItem({ item }: { item: BoardItemProps }) {
return (
<QueryDuckDBComponent
{...(content as QueryDuckDBOutputData)}
theme="light"
/>
);
case 'scatterplot':
Expand Down

0 comments on commit e57f4cd

Please sign in to comment.