Fix tag interface allowCustom default value to true (#10021)

This commit is contained in:
Oreille
2021-11-24 23:13:20 +01:00
committed by GitHub
parent 2e821f1b2c
commit b55abff734

View File

@@ -58,7 +58,7 @@ export default defineInterface({
},
},
schema: {
default_value: false,
default_value: true,
},
},
{