diff --git a/src/frontend/src/contexts/tabsContext.tsx b/src/frontend/src/contexts/tabsContext.tsx index 6db425599..0c69a6931 100644 --- a/src/frontend/src/contexts/tabsContext.tsx +++ b/src/frontend/src/contexts/tabsContext.tsx @@ -63,7 +63,8 @@ export function TabsProvider({ children }: { children: ReactNode }) { console.log(node.data.node.template[key].type); if (node.data.node.template[key].type === "file") { console.log(node.data.node.template[key]); - node.data.node.template[key].content = ""; + // ! Commenting this out for now, as it is causing issues with the file upload + // node.data.node.template[key].content = ""; } }); });