Skip to content

Commit

Permalink
Don't drill link renderers
Browse files Browse the repository at this point in the history
  • Loading branch information
whscullin committed Dec 11, 2024
1 parent fff2ee9 commit 40e1119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/malloy-render/src/component/table/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const HeaderField = (props: {field: Field; isPinned?: boolean}) => {
);
};

const DRILL_RENDERER_IGNORE_LIST = ['chart'];
const DRILL_RENDERER_IGNORE_LIST = ['chart', 'link'];
const TableField = (props: {
field: Field;
row: DataRecord;
Expand Down

0 comments on commit 40e1119

Please sign in to comment.