diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-24 19:33:49 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-24 19:33:49 +0100 |
| commit | cfbb1625e7873264e2ef435cc76fec2b59cf58d8 (patch) | |
| tree | 092e04e7750064f5ed1bf6aa2ea625c87877e2e8 /src/frontend/app/config | |
| parent | 9ed46bea58dbb81ceada2a957fd1db653fb21e52 (diff) | |
Refactor map components and improve modal functionality
Diffstat (limited to 'src/frontend/app/config')
| -rw-r--r-- | src/frontend/app/config/AppConfig.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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, }; |
