Add upcoming milestone to milestone select

parent ba2bc9fa
...@@ -19,10 +19,16 @@ module.exports = Vue.extend({ ...@@ -19,10 +19,16 @@ module.exports = Vue.extend({
return { return {
loading: false, loading: false,
milestones: [], milestones: [],
extraMilestones: [{ extraMilestones: [
id: null, {
title: 'Any Milestone', id: null,
}], title: 'Any Milestone',
},
{
id: -2,
title: 'Upcoming'
}
],
}; };
}, },
mounted() { mounted() {
......
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