Set default currency to USD on install

This commit is contained in:
Darko
2025-09-19 15:32:24 +02:00
parent c0def45040
commit 703915a6ee

View File

@@ -162,7 +162,7 @@ const isSaving = ref(false)
let isFetchingInitialData = ref(false)
let currentPreferences = reactive({
currency: 2,
currency: 3,
language: 'en',
carbon_date_format: 'd M Y',
time_zone: 'UTC',