mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04: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