1
0
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:
Yury Shkoda
2023-04-11 16:52:36 +03:00
parent e04300ad2a
commit c72ecc7e59

View File

@@ -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)' }}