Change preview url

This commit is contained in:
Luccas Mateus 2023-10-12 13:48:50 -03:00
parent 48a9243b21
commit 578a52a101

View File

@ -64,6 +64,6 @@ export const FromRawCSV: Story = {
export const FromURL: Story = {
name: 'Table from URL',
args: {
url: 'https://ckan-dev.sse.datopian.com/datastore/dump/601c9cf0-595e-46d8-88fc-d1ab2904e2db',
url: 'https://storage.openspending.org/alberta-budget/__os_imported__alberta_total.csv',
},
};