summaryrefslogtreecommitdiffhomepage
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/App.svelte1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/App.svelte b/src/app/App.svelte
index b40ed09..e0f64eb 100644
--- a/src/app/App.svelte
+++ b/src/app/App.svelte
@@ -716,6 +716,7 @@
<!-- Per-provider concurrency limits + live status. GLOBAL (not workspace- or
conversation-scoped), so the panel stays mounted across tab switches. -->
<ConcurrencyView
+ models={store.models}
loadLimits={loadConcurrencyLimits}
saveLimit={saveConcurrencyLimit}
deleteLimit={deleteConcurrencyLimit}