fix(files_external): set default values for new configurations

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2026-03-03 12:21:50 +01:00
parent a083c0da40
commit 565ba0f7ee
No known key found for this signature in database
GPG key ID: 7E849AE05218500F

View file

@ -25,7 +25,7 @@ watch(() => props.configuration, () => {
: ''
}
}
})
}, { immediate: true })
</script>
<template>