Skip to content

Commit

Permalink
make mutations a header outside the table for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
kianamcc committed Oct 31, 2024
1 parent aef2ec9 commit 5c13b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/portals/nf/src/config/synapseConfigs/tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ export const toolDetailsPageConfig: DetailsPageProps = {
},
{
name: 'StandaloneQueryWrapper',
title: 'Mutations',
props: {
name: 'Mutations',
unitDescription: 'Mutations',
sqlOperator: ColumnSingleValueFilterOperator.EQUAL,
rgbIndex,
Expand Down

0 comments on commit 5c13b61

Please sign in to comment.