1
0
forked from test/crm

fix: add immediate execution to watch for assignees updates

(cherry picked from commit f2d87fa801b2c906e182f85bf8e7b29f52ccab4a)
This commit is contained in:
Shariq Ansari 2025-08-19 13:33:48 +05:30 committed by Mergify
parent f50b8a78eb
commit cf0f922f2f
2 changed files with 1 additions and 1 deletions

View File

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

View File

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