Commit 168ca963 authored by sstern's avatar sstern

Remove ff from filtered search for iterations

parent 4a36c773
......@@ -47,8 +47,6 @@ export default {
useIdValue: true,
fullPath: this.epicsGroupPath,
},
...(this.glFeatures.iterationCadences
? [
{
icon: 'iteration',
title: iteration,
......@@ -58,8 +56,6 @@ export default {
unique: true,
fetchIterations: this.fetchIterations,
},
]
: []),
{
type: 'weight',
title: weight,
......
......@@ -16,9 +16,6 @@ describe('IssueBoardFilter', () => {
provide: {
isSignedIn: true,
releasesFetchPath: '/releases',
glFeatures: {
iterationCadences: true,
},
},
});
};
......
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