mirror of
https://github.com/directus/directus.git
synced 2026-01-29 16:28:02 -05:00
add missing depth downpass
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
:key="childField.field"
|
||||
:parent="`${parent ? parent + '.' : ''}${field.field}`"
|
||||
:field="childField"
|
||||
:depth="depth - 1"
|
||||
@add="$emit('add', $event)"
|
||||
/>
|
||||
</v-list-group>
|
||||
@@ -34,6 +35,7 @@ export default defineComponent({
|
||||
},
|
||||
depth: {
|
||||
type: Number,
|
||||
default: 10,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user