Revert "Disable Routing by default (#11549)" (#11594)

This commit is contained in:
Abhi
2025-10-21 14:36:28 -04:00
committed by GitHub
parent 2c93542e5c
commit a74a04d12d
4 changed files with 6 additions and 6 deletions
@@ -328,7 +328,7 @@ describe('SettingsSchema', () => {
).toBe('Experimental');
expect(
getSettingsSchema().experimental.properties.useModelRouter.default,
).toBe(false);
).toBe(true);
});
});
});