diff --git a/packages/ui/src/components/Node/TableNodeComponent.tsx b/packages/ui/src/components/Node/TableNodeComponent.tsx index 7a6fd7e2..5d8785a4 100644 --- a/packages/ui/src/components/Node/TableNodeComponent.tsx +++ b/packages/ui/src/components/Node/TableNodeComponent.tsx @@ -202,17 +202,6 @@ const TableNodeComponent = ({ id, data }: {
{ - const blob = new Blob([ - JSON.stringify(tableInstance.options.data, null, 2) - ], { type: 'application/json' }); - - const url = URL.createObjectURL(blob); - - if (typeof window !== 'undefined') { - const handle = window.open(url, '_blank'); - } - }} >