mirror of
https://github.com/sasjs/server.git
synced 2026-01-06 14:10:06 +00:00
fix(log): fixed switching runtime
This commit is contained in:
@@ -42,7 +42,7 @@ const useEditor = ({
|
||||
|
||||
const [prevFileContent, setPrevFileContent] = useStateWithCallback('')
|
||||
const [fileContent, setFileContent] = useState('')
|
||||
const [log, setLog] = useState<LogObject>()
|
||||
const [log, setLog] = useState<LogObject | string>()
|
||||
const [webout, setWebout] = useState('')
|
||||
const [runTimes, setRunTimes] = useState<string[]>([])
|
||||
const [selectedRunTime, setSelectedRunTime] = useState<RunTimeType>(
|
||||
|
||||
Reference in New Issue
Block a user