Disable Routing by default (#11549)

This commit is contained in:
Abhi
2025-10-20 22:22:54 -04:00
committed by GitHub
parent 72b16b3a24
commit 8aace3aff2
4 changed files with 6 additions and 6 deletions
@@ -328,7 +328,7 @@ describe('SettingsSchema', () => {
).toBe('Experimental');
expect(
getSettingsSchema().experimental.properties.useModelRouter.default,
).toBe(true);
).toBe(false);
});
});
});