chore: remove unintentional json updated

This commit is contained in:
Deepesh Garg 2023-10-02 16:51:09 +05:30
parent 89fa201d9b
commit 99bec229fb
2 changed files with 1 additions and 2 deletions

View file

@ -74,7 +74,7 @@
},
{
"fieldname": "state",
"fieldtype": "Autocomplete",
"fieldtype": "Data",
"label": "State/Province"
},
{

View file

@ -33,7 +33,6 @@ class Contact(Document):
google_contacts: DF.Link | None
google_contacts_id: DF.Data | None
image: DF.AttachImage | None
is_billing_contact: DF.Check
is_primary_contact: DF.Check
last_name: DF.Data | None
links: DF.Table[DynamicLink]