mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 19:34:34 +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 (
|
||||
<>
|
||||
{selectedRunTime === RunTimeType.SAS ? (
|
||||
{selectedRunTime === RunTimeType.SAS && logObject.body ? (
|
||||
<div
|
||||
id="logWrapper"
|
||||
style={{ overflowY: 'auto', maxHeight: 'calc(100vh - 130px)' }}
|
||||
|
||||
Reference in New Issue
Block a user