2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

[UI] Add highlightToday to date input (#9575)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
Reilly Callaway
2025-05-04 21:53:02 +10:00
committed by GitHub
parent 6837381101
commit ea6210d44a

View File

@ -74,6 +74,7 @@ export default function DateField({
description={definition.description}
placeholder={definition.placeholder}
leftSection={definition.icon}
highlightToday
/>
);
}