mirror of
https://github.com/directus/directus.git
synced 2026-01-23 21:18:08 -05:00
fix repeater type not being able to be set (#4149)
This commit is contained in:
@@ -118,9 +118,7 @@ export default defineComponent({
|
||||
choices: fieldTypes,
|
||||
},
|
||||
},
|
||||
schema: {
|
||||
default_value: 'string',
|
||||
},
|
||||
schema: null,
|
||||
},
|
||||
{
|
||||
name: i18n.t('interface'),
|
||||
|
||||
Reference in New Issue
Block a user