[components,excel][xs]: change data for one of the stories

This commit is contained in:
João Demenech 2023-07-13 11:04:36 -03:00
parent 537d19cb2a
commit 8086e2a2d1

View File

@ -29,6 +29,6 @@ export const SingleSheet: Story = {
export const MultipleSheet: Story = { export const MultipleSheet: Story = {
name: 'Excel file with multiple sheets', name: 'Excel file with multiple sheets',
args: { args: {
url: 'https://www.smartsheet.com/sites/default/files/IC-Gantt-Chart-Project-Template-8857.xlsx', url: 'https://storage.portaljs.org/IC-Gantt-Chart-Project-Template-8857.xlsx',
}, },
}; };