diff --git a/src/components/field/PathField.vue b/src/components/field/PathField.vue index 7551428a..751f5886 100644 --- a/src/components/field/PathField.vue +++ b/src/components/field/PathField.vue @@ -6,7 +6,7 @@ const attrs = useAttrs() const props = defineProps({ modelValue: { type: String, - default: '* * * * *', + default: '/', }, storage: { type: String,