Merge pull request #1166 from frappe/mergify/bp/main/pr-1164

fix: More fixes (backport #1164)
This commit is contained in:
Shariq Ansari 2025-08-19 13:39:38 +05:30 committed by GitHub
commit f61a40698d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -63,8 +63,7 @@
"fieldname": "twiml_sid", "fieldname": "twiml_sid",
"fieldtype": "Data", "fieldtype": "Data",
"label": "TwiML SID", "label": "TwiML SID",
"permlevel": 1, "permlevel": 1
"read_only": 1
}, },
{ {
"fieldname": "section_break_ssqj", "fieldname": "section_break_ssqj",
@ -105,7 +104,7 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"issingle": 1, "issingle": 1,
"links": [], "links": [],
"modified": "2025-01-15 19:35:13.406254", "modified": "2025-08-19 13:36:19.823197",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "FCRM", "module": "FCRM",
"name": "CRM Twilio Settings", "name": "CRM Twilio Settings",
@ -152,8 +151,9 @@
"write": 1 "write": 1
} }
], ],
"row_format": "Dynamic",
"sort_field": "modified", "sort_field": "modified",
"sort_order": "DESC", "sort_order": "DESC",
"states": [], "states": [],
"track_changes": 1 "track_changes": 1
} }

View File

@ -152,6 +152,7 @@ watch(
updateAssignees() updateAssignees()
} }
}, },
{ immediate: true },
) )
async function updateAssignees() { async function updateAssignees() {

View File

@ -42,7 +42,6 @@ const showDropdown = ref(props.options?.length > 1)
const activeButton = ref(props.options?.[0] || {}) const activeButton = ref(props.options?.[0] || {})
const parsedOptions = computed(() => { const parsedOptions = computed(() => {
debugger
return ( return (
props.options?.map((option) => { props.options?.map((option) => {
return { return {