fix: add immediate execution to watch for assignees updates

This commit is contained in:
Shariq Ansari 2025-08-19 13:33:48 +05:30
parent e7534c9b15
commit f2d87fa801
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 {