mirror of
https://github.com/langgenius/dify.git
synced 2025-12-16 12:42:31 +00:00
chore: remove redundant code (#21211)
This commit is contained in:
parent
cff039d123
commit
1d41b642ca
@ -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…
x
Reference in New Issue
Block a user