mirror of
https://github.com/directus/directus.git
synced 2026-01-27 07:08:17 -05:00
Fix repeater interface template (#9588)
This commit is contained in:
@@ -132,7 +132,7 @@ export default defineComponent({
|
||||
const { value } = toRefs(props);
|
||||
|
||||
const templateWithDefaults = computed(() =>
|
||||
props.template || props.fields?.[0]?.field ? `{{${props.fields[0].field}}}` : ''
|
||||
props.fields?.[0]?.field ? props.template || `{{${props.fields[0].field}}}` : ''
|
||||
);
|
||||
|
||||
const showAddNew = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user