mirror of
https://github.com/turbot/steampipe.git
synced 2026-05-13 16:00:12 -04:00
Row keys in dashboard table linking should be available at the top-level of jq (e.g. .column_name) rather than nested under .row #1551.
This commit is contained in:
@@ -112,7 +112,7 @@ const CellValue = ({
|
||||
const render = async () => {
|
||||
const renderedVal = await getInterpolatedTemplateValue(
|
||||
column.href_template,
|
||||
{ row }
|
||||
{ ...row }
|
||||
);
|
||||
// console.log(renderedVal);
|
||||
setHref(renderedVal);
|
||||
|
||||
Reference in New Issue
Block a user