Skip to content

Commit

Permalink
refactor: use name insetad of id
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecadavid committed May 30, 2024
1 parent 56ea8ae commit 32f926c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const Vertical: Story = {
args: {
query: {
dataPool: {
id: 'DPO01HB9W3DCA1756WT6CJ6BV9H48'
name: 'TacoSoft Demo Data'
},
columns: ['taco_name', 'restaurant_name', 'tortilla_name', 'restaurant_id', 'sauce_id']
},
Expand Down

0 comments on commit 32f926c

Please sign in to comment.