We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4cefb commit 0398e3cCopy full SHA for 0398e3c
site/src/modules/resources/AgentRow.stories.tsx
@@ -24,6 +24,7 @@ import {
24
} from "testHelpers/entities";
25
import { AgentRow, LineWithID } from "./AgentRow";
26
import { ProxyContext, getPreferredProxy } from "contexts/ProxyContext";
27
+import { withDashboardProvider } from "testHelpers/storybook";
28
29
const defaultAgentMetadata = [
30
{
@@ -113,6 +114,7 @@ const meta: Meta<typeof AgentRow> = {
113
114
},
115
],
116
117
+
118
component: AgentRow,
119
args: {
120
storybookLogs,
@@ -147,6 +149,7 @@ const meta: Meta<typeof AgentRow> = {
147
149
<Story />
148
150
</ProxyContext.Provider>
151
),
152
+ withDashboardProvider,
153
154
};
155
0 commit comments