diff --git a/src/VizContent.tsx b/src/VizContent.tsx index eee99f7..52df2a3 100644 --- a/src/VizContent.tsx +++ b/src/VizContent.tsx @@ -161,12 +161,14 @@ const VizContent: React.FC = ({ context, flowchartWidget }) => return (
- notebook.notebook_id)} - notebookNames={jsonData.notebooks.map(notebook => notebook.notebook_name)} - selectedNotebooks={selectedNotebookIds} - onSelectionChange={handleNotebookSelection} - /> +
+ notebook.notebook_id)} + notebookNames={jsonData.notebooks.map(notebook => notebook.notebook_name)} + selectedNotebooks={selectedNotebookIds} + onSelectionChange={handleNotebookSelection} + /> +