Skip to content

Commit 493c5a1

Browse files
committed
Fixed console message
#1684
1 parent d6259da commit 493c5a1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

packages/dashboard-core-plugins/src/panels/ConsolePanel.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,7 @@ export class ConsolePanel extends PureComponent<
379379

380380
if (sessionWrapper == null) {
381381
return (
382-
<LoadingOverlay
383-
isLoading={false}
384-
errorMessage="Console option is disabled."
385-
/>
382+
<LoadingOverlay isLoading={false} errorMessage="Console is disabled." />
386383
);
387384
}
388385

0 commit comments

Comments
 (0)