mirror of
https://github.com/directus/directus.git
synced 2026-02-12 19:54:54 -05: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