Skip to content

Commit 6a2fafd

Browse files
committed
yea bb
1 parent 4f20032 commit 6a2fafd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

site/src/pages/TemplatesPage/TemplatesPageView.stories.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { Meta, StoryObj } from "@storybook/react";
2+
import { getDefaultFilterProps } from "components/Filter/storyHelpers";
23
import { chromaticWithTablet } from "testHelpers/chromatic";
34
import {
45
mockApiError,
@@ -14,6 +15,13 @@ const meta: Meta<typeof TemplatesPageView> = {
1415
decorators: [withDashboardProvider],
1516
parameters: { chromatic: chromaticWithTablet },
1617
component: TemplatesPageView,
18+
args: {
19+
...getDefaultFilterProps({
20+
query: "deprecated:false",
21+
menus: {},
22+
values: {},
23+
}),
24+
},
1725
};
1826

1927
export default meta;

0 commit comments

Comments
 (0)