mirror of
https://github.com/sasjs/server.git
synced 2025-12-11 19:44:35 +00:00
fix(log): fixing switching from SAS to other runtime
This commit is contained in:
@@ -67,7 +67,7 @@ const LogComponent = (props: LogComponentProps) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{selectedRunTime === RunTimeType.SAS ? (
|
{selectedRunTime === RunTimeType.SAS && logObject.body ? (
|
||||||
<div
|
<div
|
||||||
id="logWrapper"
|
id="logWrapper"
|
||||||
style={{ overflowY: 'auto', maxHeight: 'calc(100vh - 130px)' }}
|
style={{ overflowY: 'auto', maxHeight: 'calc(100vh - 130px)' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user