We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c857f commit 225fe38Copy full SHA for 225fe38
site/src/modules/resources/AgentDevcontainerCard.stories.tsx
@@ -102,6 +102,18 @@ export const NoContainerOrSubAgent: Story = {
102
},
103
};
104
105
+export const NoContainerOrAgentOrName: Story = {
106
+ args: {
107
+ devcontainer: {
108
+ ...MockWorkspaceAgentDevcontainer,
109
+ container: undefined,
110
+ agent: undefined,
111
+ name: "",
112
+ },
113
+ subAgents: [],
114
115
+};
116
+
117
export const NoSubAgent: Story = {
118
args: {
119
devcontainer: {
0 commit comments