Fix: Version edit dialog watcher (#5707)

This commit is contained in:
Mike
2025-10-08 12:12:27 +02:00
committed by GitHub
parent d0b528c202
commit 7809b723ed
@@ -78,7 +78,7 @@ watch(
(newVersion) => {
message.value = newVersion?.message || ''
},
{ deep: true }
{ deep: true, immediate: true }
)
const mp = useMixpanel()
const onSubmit = handleSubmit(async ({ newMessage }) => {