Commit 732ce8b5 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '334465-label-problem-fix' into 'master'

Fix labels applied to a wrong issue in boards

See merge request gitlab-org/gitlab!69609
parents 8eed7cbb 9534cf62
...@@ -173,6 +173,8 @@ export default { ...@@ -173,6 +173,8 @@ export default {
footerManageLabelTitle: this.footerManageLabelTitle, footerManageLabelTitle: this.footerManageLabelTitle,
}); });
setTimeout(() => this.updateLabelsSetState(), 100);
this.$store.subscribeAction({ this.$store.subscribeAction({
after: this.handleVuexActionDispatch, after: this.handleVuexActionDispatch,
}); });
......
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