fix: default is enabled for source
This commit is contained in:
parent
d125d12a36
commit
6e1dd04819
@ -116,7 +116,7 @@ onMounted(() => {
|
||||
if (props.sourceData?.name) {
|
||||
Object.assign(syncSource.value, props.sourceData)
|
||||
syncSource.value.name = `${syncSource.value.name} - Copy`
|
||||
syncSource.value.enabled = false // Default to disabled
|
||||
syncSource.value.enabled = true // Default to enabled
|
||||
}
|
||||
})
|
||||
</script>
|
||||
Loading…
x
Reference in New Issue
Block a user