mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Set includeProjectDefault default value to false (#12601)
This commit is contained in:
@@ -25,7 +25,7 @@ export default defineComponent({
|
||||
},
|
||||
includeProjectDefault: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
},
|
||||
emits: ['input'],
|
||||
|
||||
Reference in New Issue
Block a user