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:
parent
902cc2f2e7
commit
81c005013e
@ -39,7 +39,6 @@ export const constraintSchemaBase = {
|
||||
items: {
|
||||
type: 'string',
|
||||
},
|
||||
minItems: 1,
|
||||
example: ['my-app', 'my-other-app'],
|
||||
},
|
||||
value: {
|
||||
|
Loading…
Reference in New Issue
Block a user