From cfbb1625e7873264e2ef435cc76fec2b59cf58d8 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 24 Dec 2025 19:33:49 +0100 Subject: Refactor map components and improve modal functionality --- src/frontend/app/config/AppConfig.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/frontend/app/config/AppConfig.ts') diff --git a/src/frontend/app/config/AppConfig.ts b/src/frontend/app/config/AppConfig.ts index 523343e..dbb1abd 100644 --- a/src/frontend/app/config/AppConfig.ts +++ b/src/frontend/app/config/AppConfig.ts @@ -1,5 +1,4 @@ export const APP_CONFIG = { defaultTheme: "system" as const, - defaultTableStyle: "regular" as const, defaultMapPositionMode: "gps" as const, }; -- cgit v1.3