Skip to content

Commit cc4cefb

Browse files
authoredFeb 21, 2024
chore(site): fix storybook test (#12245)
1 parent ebe0582 commit cc4cefb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎site/src/modules/resources/PortForwardButton.stories.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ import {
66
MockWorkspace,
77
MockWorkspaceAgent,
88
} from "testHelpers/entities";
9+
import { withDashboardProvider } from "testHelpers/storybook";
910

1011
const meta: Meta<typeof PortForwardButton> = {
1112
title: "modules/resources/PortForwardButton",
1213
component: PortForwardButton,
14+
decorators: [withDashboardProvider],
1315
args: {
1416
agent: MockWorkspaceAgent,
1517
},

0 commit comments

Comments
 (0)