chore: remove redundant code (#21211)

This commit is contained in:
Good Wood 2025-06-19 15:47:08 +08:00 committed by GitHub
parent cff039d123
commit 1d41b642ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -154,10 +154,6 @@ export const ProviderContextProvider = ({
setIsFetchedPlan(true) setIsFetchedPlan(true)
} }
if (data.model_load_balancing_enabled)
setModelLoadBalancingEnabled(true)
if (data.dataset_operator_enabled)
setDatasetOperatorEnabled(true)
if (data.model_load_balancing_enabled) if (data.model_load_balancing_enabled)
setModelLoadBalancingEnabled(true) setModelLoadBalancingEnabled(true)
if (data.dataset_operator_enabled) if (data.dataset_operator_enabled)