Commit c52af3da authored by Phil Hughes's avatar Phil Hughes

Add back replacement for wip false in URL

parent 907aa8bb
......@@ -23,6 +23,14 @@ export default (IssuableTokenKeys, disableTargetBranchFilter = false) => {
value: __('Yes'),
operator: '=',
},
{
url: 'wip=no',
// eslint-disable-next-line @gitlab/require-i18n-strings
replacementUrl: 'draft=no',
tokenKey: 'draft',
value: __('No'),
operator: '=',
},
],
};
......
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