BigW Consortium Gitlab

Commit 64549f70 by Simon Knox

fix bad master merge

parent ad2d7963
...@@ -391,14 +391,14 @@ export default class LabelsSelect { ...@@ -391,14 +391,14 @@ export default class LabelsSelect {
.then(fadeOutLoader) .then(fadeOutLoader)
.catch(fadeOutLoader); .catch(fadeOutLoader);
} }
else if (handleClick) {
e.preventDefault();
handleClick(label);
}
else { else {
if ($dropdown.hasClass('js-multiselect')) { if ($dropdown.hasClass('js-multiselect')) {
} }
else if (handleClick) {
e.preventDefault();
handleClick(label);
}
else { else {
return saveLabelData(); return saveLabelData();
} }
......
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