diff --git a/coreplugins/shortlinks/public/SLCheckbox.jsx b/coreplugins/shortlinks/public/SLCheckbox.jsx index 8c50e799..cf77ce1d 100644 --- a/coreplugins/shortlinks/public/SLCheckbox.jsx +++ b/coreplugins/shortlinks/public/SLCheckbox.jsx @@ -24,9 +24,6 @@ export default class SLCheckbox extends React.Component{ }; } - componentDidMount(){ - } - toggleShortLinks = (e) => { e.stopPropagation(); if (!this.state.useShortLink && !this.state.loading){