Merge pull request #758 from nickrum/status-required-improvement

Remove outdated required field property
This commit is contained in:
Rijk van Zanten
2020-10-22 19:56:02 +02:00
committed by GitHub
5 changed files with 10 additions and 9 deletions

View File

@@ -304,7 +304,6 @@ export default defineComponent({
type: 'string',
meta: {
width: 'full',
required: true,
options: {
choices: [
{
@@ -342,6 +341,7 @@ export default defineComponent({
},
schema: {
default_value: 'draft',
is_nullable: false,
},
});