UI: Allow for empty file extension

This commit is contained in:
Kekoa Kaaikala 2022-08-17 20:27:33 +00:00
parent 194f08c294
commit 0797afb9a0
1 changed files with 10 additions and 7 deletions

View File

@ -102,6 +102,9 @@ export default function UiSchema(props) {
info_box: {
'ui:field': InfoBox
},
file_extension: {
'ui:emptyValue': ''
},
directories: {
// Directory inputs are dynamically hidden
},