8000
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 08576b1 commit 9412417Copy full SHA for 9412417
site/src/modules/resources/AgentStatus.tsx
@@ -337,6 +337,9 @@ export const DevcontainerStatus: FC<DevcontainerStatusProps> = ({
337
agent,
338
}) => {
339
if (devcontainer.error) {
340
+ // When a dev container has an 'error' associated with it,
341
+ // then we won't have an agent associated with it. This is
342
+ // why we use the parent agent instead of the sub agent.
343
return <DevcontainerStartError agent={parentAgent} />;
344
}
345
0 commit comments