chore: remove unintentional json updated
This commit is contained in:
parent
89fa201d9b
commit
99bec229fb
2 changed files with 1 additions and 2 deletions
|
|
@ -74,7 +74,7 @@
|
|||
},
|
||||
{
|
||||
"fieldname": "state",
|
||||
"fieldtype": "Autocomplete",
|
||||
"fieldtype": "Data",
|
||||
"label": "State/Province"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue