We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6259da commit 493c5a1Copy full SHA for 493c5a1
1 file changed
packages/dashboard-core-plugins/src/panels/ConsolePanel.tsx
@@ -379,10 +379,7 @@ export class ConsolePanel extends PureComponent<
379
380
if (sessionWrapper == null) {
381
return (
382
- <LoadingOverlay
383
- isLoading={false}
384
- errorMessage="Console option is disabled."
385
- />
+ <LoadingOverlay isLoading={false} errorMessage="Console is disabled." />
386
);
387
}
388
0 commit comments