chore: remove redundant code (#21211)

pull/21231/head
Good Wood 8 months ago committed by GitHub
parent cff039d123
commit 1d41b642ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save