change functionality req from ssr to csr

This commit is contained in:
Ehsan
2025-06-18 01:32:25 +03:30
parent debd6b0eb5
commit 43eb9c2b78
7 changed files with 32 additions and 21 deletions
@@ -60,7 +60,7 @@ function DateBirthday({ data, changeData, error }) {
<DatePicker
locale="fa"
onChange={(e) => {
changeData(convertToJalali(e._d), "value", "birthday");
changeData(convertToJalali(e._d), "birthday");
handleClose();
}}
/>