Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0398e3c

Browse files
authoredFeb 21, 2024
chore(site): fix storybook for agent row with port forward button (#12247)
1 parent cc4cefb commit 0398e3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import {
2424
} from "testHelpers/entities";
2525
import { AgentRow, LineWithID } from "./AgentRow";
2626
import { ProxyContext, getPreferredProxy } from "contexts/ProxyContext";
27+
import { withDashboardProvider } from "testHelpers/storybook";
2728

2829
const defaultAgentMetadata = [
2930
{
@@ -113,6 +114,7 @@ const meta: Meta<typeof AgentRow> = {
113114
},
114115
],
115116
},
117+
116118
component: AgentRow,
117119
args: {
118120
storybookLogs,
@@ -147,6 +149,7 @@ const meta: Meta<typeof AgentRow> = {
147149
<Story />
148150
</ProxyContext.Provider>
149151
),
152+
withDashboardProvider,
150153
],
151154
};
152155

0 commit comments

Comments
 (0)
Failed to load comments.