change functionality req from ssr to csr
This commit is contained in:
@@ -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();
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user