fix(task): update task description when switching between related tasks
Resolves https://kolaente.dev/vikunja/frontend/issues/2936
This commit is contained in:
parent
3b99facbfe
commit
5999def569
@ -67,7 +67,7 @@ const taskStore = useTaskStore()
|
||||
const loading = computed(() => taskStore.isLoading)
|
||||
|
||||
watch(
|
||||
() => props.modelValue,
|
||||
props.modelValue,
|
||||
(value) => {
|
||||
task.value = value
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user