1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: min items was breaking import (#4219)

This commit is contained in:
Mateusz Kwasniewski 2023-07-11 12:42:33 +02:00 committed by GitHub
parent 902cc2f2e7
commit 81c005013e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,6 @@ export const constraintSchemaBase = {
items: {
type: 'string',
},
minItems: 1,
example: ['my-app', 'my-other-app'],
},
value: {