We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7241ebd commit 7e49112Copy full SHA for 7e49112
src/components/board/board-chart-editor.tsx
@@ -66,7 +66,7 @@ export default function BoardChartEditor() {
66
</div>
67
68
<div className="w-[370px] overflow-x-hidden overflow-y-auto border-l p-4">
69
- <EditChartMenu value={value} setValue={setValue} data={[{}]} />
+ <EditChartMenu value={value} onChange={setValue} columns={[]} />
70
71
72
);
0 commit comments