change functionality req from ssr to csr

set dockerfile

reset dockerfile

fix dockerfile

fix dockerfile

use node 22

fix dockerfile

fix dockerfile
This commit is contained in:
2025-06-29 20:13:42 +03:30
parent debd6b0eb5
commit 5b90f7dfad
8 changed files with 34 additions and 23 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();
}}
/>