fix(SW-649): let react-hook-form do date state handling

This commit is contained in:
Chuma McPhoy
2024-10-30 13:03:23 +01:00
parent 7ed2e1d5d0
commit 8763346f9d
4 changed files with 86 additions and 86 deletions

View File

@@ -2,6 +2,7 @@ import type { RegisterOptions } from "react-hook-form"
export const enum DateName {
date = "date",
day = "day",
month = "month",
year = "year",
}