remove field name

This commit is contained in:
Ehsan
2024-10-23 02:07:06 +03:30
parent 09532bc47d
commit 783a1e7e2d
4 changed files with 6 additions and 6 deletions
@@ -17,8 +17,8 @@ const validate_phone_number = {
function Form() {
const [data, setData] = useState({
name: { value: "احسان احمدی", isEdit: true },
national_code: { value: "123456789", isEdit: true },
name: { value: "", isEdit: true },
national_code: { value: "", isEdit: true },
address: { value: "", isEdit: true },
phone: { value: "", isEdit: true },
account_number: { value: "", isEdit: true },