Fix OpenCode models/fallback chain not loading on admin page initial load
This commit is contained in:
@@ -2330,7 +2330,7 @@
|
||||
const loaders = [
|
||||
() => ((el.availableModels || el.planPriorityList) ? loadAvailable() : null),
|
||||
() => ((el.iconSelect || el.iconList) ? loadIcons() : null),
|
||||
() => (el.configuredList ? loadConfigured() : null),
|
||||
() => ((el.opencodeModelsList || el.publicModelsList) ? loadConfigured() : null),
|
||||
() => (el.orForm ? loadOpenRouterSettings() : null),
|
||||
() => (el.mistralForm ? loadMistralSettings() : null),
|
||||
() => ((el.autoModelForm || el.planProviderForm || el.planPriorityList) ? loadPlanProviderSettings() : null),
|
||||
|
||||
Reference in New Issue
Block a user