handle change data and update data in dashboard page for all tabs

This commit is contained in:
Ehsan
2025-06-11 16:52:01 +03:30
parent 72ed07071c
commit bf64271d14
26 changed files with 235 additions and 118 deletions
@@ -57,7 +57,7 @@ function DateBirthday({ data, changeData }) {
<DatePicker
locale="fa"
onChange={(e) => {
changeData(convertToJalali(e._d), "value", "date_of_birth");
changeData(convertToJalali(e._d), "value", "birthday");
handleClose();
}}
/>