Skip to content

Commit 6ab9d3e

Browse files
committed
fix stories
1 parent 0922b5b commit 6ab9d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/DeploySettingsPage/LicensesSettingsPage/LicensesSettingsPageView.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ export const Default = {
3737
export const Empty = {
3838
args: {
3939
...defaultArgs,
40-
licenses: [],
40+
licenses: null,
4141
},
4242
}

0 commit comments

Comments
 (0)