enhancement: remove tooltip local api server when server start (#4275)

This commit is contained in:
Faisal Amir 2024-12-16 16:06:30 +08:00 committed by GitHub
parent e5a2d41206
commit 5041651c21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,8 +163,6 @@ const LocalServerLeftPanel = () => {
</div>
</div>
<Tooltip
trigger={
<div className="p-3">
<p className="mb-2 block font-semibold">Server Options</p>
@ -197,10 +195,6 @@ const LocalServerLeftPanel = () => {
<p className="mt-2 text-xs text-[hsla(var(--destructive-bg))]">{`The port range should be from 0 to 65536`}</p>
)}
</div>
}
disabled={!serverEnabled}
content="Settings cannot be modified while the server is running"
/>
<div className="space-y-4 px-3">
<div className="block">