Add upcoming milestone to milestone select

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