diff --git a/ui/dashboard/src/components/dashboards/Table/index.tsx b/ui/dashboard/src/components/dashboards/Table/index.tsx index 2d1232524..47009a24c 100644 --- a/ui/dashboard/src/components/dashboards/Table/index.tsx +++ b/ui/dashboard/src/components/dashboards/Table/index.tsx @@ -112,7 +112,7 @@ const CellValue = ({ const render = async () => { const renderedVal = await getInterpolatedTemplateValue( column.href_template, - { row } + { ...row } ); // console.log(renderedVal); setHref(renderedVal);