[Schema] Fix incorrect default value for 'allowEmpty' (#16040)

This commit is contained in:
Carlos Zamora 2023-09-29 03:49:34 -07:00 committed by GitHub
parent cc2ba5350d
commit 4382a17352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -673,7 +673,7 @@
},
"allowEmpty": {
"description": "Whether to render a folder without entries, or to hide it",
"default": "false",
"default": false,
"type": "boolean"
}
}