chore(site): fix storybook for agent row with port forward button (#12247)

This commit is contained in:
Bruno Quaresma
2024-02-21 14:32:39 +00:00
committed by GitHub
parent cc4cefbbee
commit 0398e3c531
@@ -24,6 +24,7 @@ import {
} from "testHelpers/entities";
import { AgentRow, LineWithID } from "./AgentRow";
import { ProxyContext, getPreferredProxy } from "contexts/ProxyContext";
import { withDashboardProvider } from "testHelpers/storybook";
const defaultAgentMetadata = [
{
@@ -113,6 +114,7 @@ const meta: Meta<typeof AgentRow> = {
},
],
},
component: AgentRow,
args: {
storybookLogs,
@@ -147,6 +149,7 @@ const meta: Meta<typeof AgentRow> = {
<Story />
</ProxyContext.Provider>
),
withDashboardProvider,
],
};