Fix: Fix watcher for edit dialog (#5645)
This commit is contained in:
@@ -109,6 +109,7 @@ watch(
|
||||
() => {
|
||||
name.value = props.slide?.name || ''
|
||||
description.value = props.slide?.description || ''
|
||||
}
|
||||
},
|
||||
{ immediate: true }
|
||||
)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user