@@ -81499,6 +81667,90 @@ exports[`Storyshots Views / Plugins / Plugin list no data 1`] = `
+
+
diff --git a/src/storybook/stories/plugins/PluginsListPage.tsx b/src/storybook/stories/plugins/PluginsListPage.tsx
index cf874005f..c53139c68 100644
--- a/src/storybook/stories/plugins/PluginsListPage.tsx
+++ b/src/storybook/stories/plugins/PluginsListPage.tsx
@@ -2,7 +2,11 @@ import { storiesOf } from "@storybook/react";
import React from "react";
import { PluginListUrlSortField } from "@saleor/plugins/urls";
-import { pageListProps, sortPageProps } from "../../../fixtures";
+import {
+ pageListProps,
+ sortPageProps,
+ filterPageProps
+} from "../../../fixtures";
import PluginsListPage, {
PluginsListPageProps
} from "../../../plugins/components/PluginsListPage";
@@ -12,6 +16,13 @@ import Decorator from "../../Decorator";
const props: PluginsListPageProps = {
...pageListProps.default,
...sortPageProps,
+ ...filterPageProps,
+ filterOpts: {
+ isActive: {
+ active: false,
+ value: true
+ }
+ },
onBack: () => undefined,
plugins: pluginList,
sort: {