From 0e4d6912ad97cb611212b14e032bef0e5b52dcf5 Mon Sep 17 00:00:00 2001 From: amanape <83104063+amanape@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:09:48 +0400 Subject: [PATCH] Fix type --- frontend/src/mocks/handlers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/mocks/handlers.ts b/frontend/src/mocks/handlers.ts index d62168525867..dba9c12cead3 100644 --- a/frontend/src/mocks/handlers.ts +++ b/frontend/src/mocks/handlers.ts @@ -21,6 +21,7 @@ export const MOCK_DEFAULT_USER_SETTINGS: ApiSettings | PostApiSettings = { remote_runtime_resource_factor: DEFAULT_SETTINGS.REMOTE_RUNTIME_RESOURCE_FACTOR, github_token_is_set: DEFAULT_SETTINGS.GITHUB_TOKEN_IS_SET, + enable_default_condenser: DEFAULT_SETTINGS.ENABLE_DEFAULT_CONDENSER, }; const MOCK_USER_PREFERENCES: {