Commit 4e83744d authored by Phil Hughes's avatar Phil Hughes

Fixed error with class not existing

parent 63a4daa5
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
data: function () { data: function () {
return { return {
predefinedLabels: [ predefinedLabels: [
new Label({ title: 'Development', color: '#5CB85C' }), new ListLabel({ title: 'Development', color: '#5CB85C' }),
new Label({ title: 'Testing', color: '#F0AD4E' }), new ListLabel({ title: 'Testing', color: '#F0AD4E' }),
new Label({ title: 'Production', color: '#FF5F00' }), new ListLabel({ title: 'Production', color: '#FF5F00' }),
new Label({ title: 'Ready', color: '#FF0000' }) new ListLabel({ title: 'Ready', color: '#FF0000' })
] ]
} }
}, },
......
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