fix repeater type not being able to be set (#4149)

This commit is contained in:
Nitwel
2021-02-18 17:22:57 +01:00
committed by GitHub
parent bdec23c796
commit 32fabbd2ee

View File

@@ -118,9 +118,7 @@ export default defineComponent({
choices: fieldTypes,
},
},
schema: {
default_value: 'string',
},
schema: null,
},
{
name: i18n.t('interface'),