This commit is contained in:
parent
c76de5e0ad
commit
4d16459b4c
|
|
@ -111,6 +111,7 @@
|
||||||
// Fetch router models when in router mode (for status and modalities)
|
// Fetch router models when in router mode (for status and modalities)
|
||||||
// Wait for models to be loaded first, run only once
|
// Wait for models to be loaded first, run only once
|
||||||
let routerModelsFetched = false;
|
let routerModelsFetched = false;
|
||||||
|
|
||||||
$effect(() => {
|
$effect(() => {
|
||||||
const isRouter = isRouterMode();
|
const isRouter = isRouterMode();
|
||||||
const modelsCount = modelsStore.models.length;
|
const modelsCount = modelsStore.models.length;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue