fix: Country Link field in 'Add address' website modal auto-clears

This commit is contained in:
marination 2021-06-24 11:03:32 +05:30
parent 6495a4d2ed
commit 26bec9d7b4

View File

@ -99,6 +99,7 @@ frappe.ready(() => {
fieldname: 'country',
fieldtype: 'Link',
options: 'Country',
only_select: true,
reqd: 1
},
{