mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Make the status system field required
This commit is contained in:
@@ -342,6 +342,7 @@ export default defineComponent({
|
||||
},
|
||||
schema: {
|
||||
default_value: 'draft',
|
||||
is_nullable: false,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user