refactor: Remove unnecessary gateways initialization in ServerManager to streamline code and improve clarity in handling server configurations.
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m16s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 2m16s
This commit is contained in:
@@ -630,8 +630,6 @@ function ServerManager() {
|
||||
setTimeout(() => setSuccess(''), 3000);
|
||||
};
|
||||
|
||||
const gateways = Array.isArray(localServer.gateways) ? localServer.gateways : [];
|
||||
|
||||
return (
|
||||
<>
|
||||
{error && (
|
||||
|
||||
Reference in New Issue
Block a user