diff --git a/ghost/admin/app/components/posts/old-analytics.js b/ghost/admin/app/components/posts/old-analytics.js index a35806b4b0..fb8c6614da 100644 --- a/ghost/admin/app/components/posts/old-analytics.js +++ b/ghost/admin/app/components/posts/old-analytics.js @@ -120,11 +120,6 @@ export default class Analytics extends Component { @action saveLink(currentLink, newLink) { - this.showSuccess = this.updateLinkId; - setTimeout(() => { - this.showSuccess = null; - }, 2000); - if (this._updateLinks.isRunning) { return this._updateLinks.last; }