fix(SW-649): let react-hook-form do date state handling
This commit is contained in:
@@ -2,6 +2,7 @@ import type { RegisterOptions } from "react-hook-form"
|
||||
|
||||
export const enum DateName {
|
||||
date = "date",
|
||||
day = "day",
|
||||
month = "month",
|
||||
year = "year",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user