We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f6a39 commit 1251285Copy full SHA for 1251285
site/src/pages/WorkspacePage/Workspace.stories.tsx
@@ -96,18 +96,17 @@ export const AppIcons: Story = {
96
apps: [
97
{
98
...Mocks.MockWorkspaceApp,
99
+ id: "test-app-1",
100
+ slug: "test-app-1",
101
display_name: "Default Icon",
102
},
103
104
105
+ id: "test-app-2",
106
+ slug: "test-app-2",
107
display_name: "Broken Icon",
108
icon: "/foobar/broken.png",
109
- {
- ...Mocks.MockWorkspaceApp,
- display_name: "Icon OK",
- icon: "/favicon.ico",
110
- },
111
],
112
113
0 commit comments