We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe0582 commit cc4cefbCopy full SHA for cc4cefb
site/src/modules/resources/PortForwardButton.stories.tsx
@@ -6,10 +6,12 @@ import {
6
MockWorkspace,
7
MockWorkspaceAgent,
8
} from "testHelpers/entities";
9
+import { withDashboardProvider } from "testHelpers/storybook";
10
11
const meta: Meta<typeof PortForwardButton> = {
12
title: "modules/resources/PortForwardButton",
13
component: PortForwardButton,
14
+ decorators: [withDashboardProvider],
15
args: {
16
agent: MockWorkspaceAgent,
17
},
0 commit comments