BigW Consortium Gitlab

Commit 64549f70 by Simon Knox

fix bad master merge

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