forked from p15670423/monkey
UI: Allow for empty file extension
This commit is contained in:
parent
194f08c294
commit
0797afb9a0
|
@ -102,6 +102,9 @@ export default function UiSchema(props) {
|
||||||
info_box: {
|
info_box: {
|
||||||
'ui:field': InfoBox
|
'ui:field': InfoBox
|
||||||
},
|
},
|
||||||
|
file_extension: {
|
||||||
|
'ui:emptyValue': ''
|
||||||
|
},
|
||||||
directories: {
|
directories: {
|
||||||
// Directory inputs are dynamically hidden
|
// Directory inputs are dynamically hidden
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue