Skip to content

Commit

Permalink
Fixed console message
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jan 22, 2024
1 parent d6259da commit 493c5a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/dashboard-core-plugins/src/panels/ConsolePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,7 @@ export class ConsolePanel extends PureComponent<

if (sessionWrapper == null) {
return (
<LoadingOverlay
isLoading={false}
errorMessage="Console option is disabled."
/>
<LoadingOverlay isLoading={false} errorMessage="Console is disabled." />
);
}

Expand Down

0 comments on commit 493c5a1

Please sign in to comment.