Skip to content

Commit 7e49112

Browse files
committed
refactor: update EditChartMenu at chart board
1 parent 7241ebd commit 7e49112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/board/board-chart-editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default function BoardChartEditor() {
6666
</div>
6767
</div>
6868
<div className="w-[370px] overflow-x-hidden overflow-y-auto border-l p-4">
69-
<EditChartMenu value={value} setValue={setValue} data={[{}]} />
69+
<EditChartMenu value={value} onChange={setValue} columns={[]} />
7070
</div>
7171
</div>
7272
);

0 commit comments

Comments
 (0)