From e0dec698a0f71076018af34b5594232d392470fa Mon Sep 17 00:00:00 2001 From: estifanos Date: Mon, 10 Aug 2026 09:10:11 +0000 Subject: [PATCH] Revert "fix" This reverts commit 854a446411aade7c0a6f67bbcb2c3b0e13cb06dd. --- libs/ui/src/lib/input/AmharicDatePicker.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ui/src/lib/input/AmharicDatePicker.tsx b/libs/ui/src/lib/input/AmharicDatePicker.tsx index 879cb0b5a..ee1071712 100644 --- a/libs/ui/src/lib/input/AmharicDatePicker.tsx +++ b/libs/ui/src/lib/input/AmharicDatePicker.tsx @@ -293,7 +293,6 @@ export function AmharicDatePicker({ defaultMonth={selected ?? undefined} endMonth={YEAR_DROPDOWN_END} numerals="latn" - captionLayout="dropdowns" formatters={ETH_FORMATTERS} onSelect={(date: Date | undefined) => { onChange?.(date ? formatWireValue(mergeDateTime(selected, date), dateFormat, withTime) : ''); @@ -307,7 +306,6 @@ export function AmharicDatePicker({ selected={selected ?? undefined} defaultMonth={selected ?? undefined} endMonth={YEAR_DROPDOWN_END} - captionLayout="dropdowns" onSelect={(date: Date | undefined) => { onChange?.(date ? formatWireValue(mergeDateTime(selected, date), dateFormat, withTime) : ''); if (!withTime) close();