aboutsummaryrefslogtreecommitdiff
path: root/apps/web/components/canvas/resizableLayout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/canvas/resizableLayout.tsx')
-rw-r--r--apps/web/components/canvas/resizableLayout.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/web/components/canvas/resizableLayout.tsx b/apps/web/components/canvas/resizableLayout.tsx
index 2ff27083..04e407fa 100644
--- a/apps/web/components/canvas/resizableLayout.tsx
+++ b/apps/web/components/canvas/resizableLayout.tsx
@@ -141,7 +141,9 @@ function SidePanel() {
body: JSON.stringify({ query: search }),
});
const t = await res.json();
+ // @ts-expect-error TODO: fix this
console.log(t.response.response);
+ // @ts-expect-error TODO: fix this
setContent(t.response.response);
}}
>