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 34484b591a
commit cae14d356b

View file

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