mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix tag interface allowCustom default value to true (#10021)
This commit is contained in:
@@ -58,7 +58,7 @@ export default defineInterface({
|
||||
},
|
||||
},
|
||||
schema: {
|
||||
default_value: false,
|
||||
default_value: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user