From 7a4166c6ff24815c310b5667531605e6669acfbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Gessler?= Date: Sun, 21 Jan 2024 23:00:58 +0000 Subject: [PATCH] Fix notebook datasource retrieval --- app/src/pages/Notebook.jsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/src/pages/Notebook.jsx b/app/src/pages/Notebook.jsx index aeaed11..64ea333 100644 --- a/app/src/pages/Notebook.jsx +++ b/app/src/pages/Notebook.jsx @@ -76,13 +76,13 @@ export function NotebookHeader({datasource, datasources, addCell, onPublish}) {
- {}} - /> + />/*TODO */ }