mirror of
https://github.com/sasjs/server.git
synced 2026-01-08 15:00:05 +00:00
fix(log): fixed default runtime
This commit is contained in:
@@ -31,7 +31,7 @@ const useStyles: any = makeStyles((theme: any) => ({
|
||||
|
||||
interface LogComponentProps {
|
||||
log: LogObject | string
|
||||
selectedRunTime: RunTimeType
|
||||
selectedRunTime: RunTimeType | string
|
||||
}
|
||||
|
||||
const LogComponent = (props: LogComponentProps) => {
|
||||
|
||||
Reference in New Issue
Block a user