Skip to content

Commit 3a77c84

Browse files
committed
Fix storybook
1 parent 9728631 commit 3a77c84

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

site/src/pages/WorkspacesPage/WorkspacesPageView.stories.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ export default {
107107
component: WorkspacesPageView,
108108
args: {
109109
limit: DEFAULT_RECORDS_PER_PAGE,
110-
},
111-
parameters: {
112110
filterProps: defaultFilterProps,
113111
},
114112
} as ComponentMeta<typeof WorkspacesPageView>

site/src/testHelpers/entities.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,6 +1400,7 @@ export const MockEntitlementsWithScheduling: TypesGen.Entitlements = {
14001400
export const MockExperiments: TypesGen.Experiment[] = [
14011401
"workspace_actions",
14021402
"moons",
1403+
"workspace_filter",
14031404
]
14041405

14051406
export const MockAuditLog: TypesGen.AuditLog = {

0 commit comments

Comments
 (0)