fix: Local API Server - disable settings on run (#6707)
This commit is contained in:
parent
5adaf62975
commit
cef351bfd0
@ -258,7 +258,7 @@ function LocalAPIServerContent() {
|
||||
}
|
||||
}
|
||||
|
||||
const isServerRunning = serverStatus === 'running'
|
||||
const isServerRunning = serverStatus !== 'stopped'
|
||||
|
||||
return (
|
||||
<div className="flex flex-col h-full">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user