From 3f8538f8b529d776c509450e38d75a22204b11bd Mon Sep 17 00:00:00 2001 From: "dev.daminik00" Date: Tue, 7 Oct 2025 01:35:21 +0200 Subject: [PATCH] fix date --- src/components/ui/select.tsx | 2 +- src/components/widgets/DateInput/DateInput.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ui/select.tsx b/src/components/ui/select.tsx index 4dff411..099a581 100644 --- a/src/components/ui/select.tsx +++ b/src/components/ui/select.tsx @@ -124,7 +124,7 @@ function SelectItem({ -
+
{localeFormat.map((format) => inputs[format])}
{error && (