feat: frontend change

This commit is contained in:
Nevo David 2024-03-14 15:46:15 +07:00
parent b6fc26f0bd
commit e8475929a8
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ export const DatePicker: FC<{
setOpen(false);
});
const changeDate = useCallback(
(type: 'date' | 'time') => (day: Date) => {
console.log(