Skip to content

Commit

Permalink
update story based on integration
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Jan 8, 2025
1 parent a0f7947 commit 2706444
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,11 @@ const handlePlotClick = (event: QueryWrapperSynapsePlotRowClickEvent) => {
export const DataCatalogCards: Story = {
args: {
name: 'Data Catalog',
sql: 'SELECT * FROM syn61609402',
sql: "SELECT * FROM syn61609402 where includedInDataCatalog = 'true'",
defaultShowPlots: false,
defaultShowSearchBox: true,
hideCopyToClipboard: true,
hideDownload: true,
columnAliases: {
id: 'On Synapse',
},
cardConfiguration: {
type: GENERIC_CARD,
secondaryLabelLimit: 4,
Expand Down

0 comments on commit 2706444

Please sign in to comment.