Fix: Fix watcher for edit dialog (#5645)

This commit is contained in:
Mike
2025-10-03 16:22:34 +02:00
committed by GitHub
parent 936a0b9019
commit b05fa9f203
@@ -109,6 +109,7 @@ watch(
() => {
name.value = props.slide?.name || ''
description.value = props.slide?.description || ''
}
},
{ immediate: true }
)
</script>