Commit a241b5e3 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '10085-resovle-ee-diff' into 'master'

Adds EE validators to CE file

See merge request gitlab-org/gitlab-ce!26736
parents 9b812763 9bb41e89
......@@ -4,10 +4,16 @@ export default {
colors: {
type: Array,
required: true,
validator(value) {
return value.length === 2;
},
},
opacity: {
type: Array,
required: true,
validator(value) {
return value.length === 2;
},
},
identifierName: {
type: String,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment