Prevent breaking type changes

This commit is contained in:
HaveAGitGat 2021-12-12 17:23:15 +00:00
parent 1c032958c9
commit e0baa27c40

View file

@ -26,8 +26,8 @@ const details = () => ({
}, },
{ {
name: 'downmix', name: 'downmix',
type: 'boolean', type: 'string',
defaultValue: false, defaultValue: '',
inputUI: { inputUI: {
type: 'text', type: 'text',
}, },