Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
amanape committed Dec 17, 2024
1 parent 6af7b18 commit 2126a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/features/terminal/terminal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Terminal({ secrets }: TerminalProps) {
const ref = useTerminal({
commands,
secrets,
disabled: status !== WsClientProviderStatus.ACTIVE,
disabled: status === WsClientProviderStatus.OPENING,
});

return (
Expand Down

0 comments on commit 2126a8e

Please sign in to comment.