ソースを参照

chore: remove redundant code (#21211)

tags/1.5.0
Good Wood 4ヶ月前
コミット
1d41b642ca
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更0行の追加4行の削除
  1. 0
    4
      web/context/provider-context.tsx

+ 0
- 4
web/context/provider-context.tsx ファイルの表示

@@ -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)

読み込み中…
キャンセル
保存