Commit 626a1468 authored by Luke Bennett's avatar Luke Bennett

Resolve confidential_issue_sidebar

parent c4355197
...@@ -39,14 +39,7 @@ ...@@ -39,14 +39,7 @@
updateConfidentialAttribute(confidential) { updateConfidentialAttribute(confidential) {
this.service.update('issue', { confidential }) this.service.update('issue', { confidential })
.then(() => location.reload()) .then(() => location.reload())
<<<<<<< HEAD
.catch(() => new Flash('Something went wrong trying to change the confidentiality of this issue')); .catch(() => new Flash('Something went wrong trying to change the confidentiality of this issue'));
=======
.catch(() => {
Flash(`Something went wrong trying to
change the confidentiality of this issue`);
});
>>>>>>> upstream/master
}, },
}, },
}; };
......
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