diff --git a/frontend/src/lib/components/dashboard/general_catalogs/multi_currency_types/create-edit-dialog.svelte b/frontend/src/lib/components/dashboard/general_catalogs/multi_currency_types/create-edit-dialog.svelte index b318e602..902d18e3 100644 --- a/frontend/src/lib/components/dashboard/general_catalogs/multi_currency_types/create-edit-dialog.svelte +++ b/frontend/src/lib/components/dashboard/general_catalogs/multi_currency_types/create-edit-dialog.svelte @@ -16,6 +16,7 @@ import type { CurrencyType } from '$lib/api/dashboard/reference_data/currency_types'; import type { Country } from '$lib/api/dashboard/reference_data/countries'; import { toast } from 'svelte-sonner'; + import DateInputDMY from '$lib/components/ui/date-input-dmy.svelte'; let { open = $bindable(false), @@ -205,14 +206,12 @@ {m.multi_currency_date_label()} *
- -

{m.multi_currency_date_help()}

diff --git a/frontend/src/lib/components/ui/date-input-dmy.svelte b/frontend/src/lib/components/ui/date-input-dmy.svelte new file mode 100644 index 00000000..da994e43 --- /dev/null +++ b/frontend/src/lib/components/ui/date-input-dmy.svelte @@ -0,0 +1,129 @@ + + +
+ + + + + + +