Fix bulk edit unchecking in issues list refactor
With the `vue_issues_list` feature flag enabled, when you select all issues then uncheck one issue, all issues are unchecked which is incorrect behaviour. This commit fixes this so that unchecking the one issue only unselects that one issue.
Showing
Please register or sign in to comment