Skip to content

Commit

Permalink
[CHORE] Change query to Dataset (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck authored Sep 10, 2024
1 parent c287d97 commit 8452fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(picsure)/(authorized)/dataset/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
const columns = [
{ dataElement: 'name', label: 'Dataset ID Name' },
{ dataElement: 'startTime', label: 'Created' },
{ dataElement: 'queryId', label: 'Query ID' },
{ dataElement: 'queryId', label: 'Dataset ID' },
{ dataElement: 'uuid', label: 'Actions' },
];
Expand Down

0 comments on commit 8452fe5

Please sign in to comment.