From b0038d71b690122074e30d5e23ade13ea0823f86 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Tue, 10 May 2022 11:33:17 +0100 Subject: [PATCH] Fixed linting error refs https://github.com/TryGhost/Admin/commit/713e2b5eccaf06ad4ab2016939a47b7bec25faca --- ghost/admin/app/components/editor-labs/publish-management.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/admin/app/components/editor-labs/publish-management.js b/ghost/admin/app/components/editor-labs/publish-management.js index 8b13f670ec..3a00ad9966 100644 --- a/ghost/admin/app/components/editor-labs/publish-management.js +++ b/ghost/admin/app/components/editor-labs/publish-management.js @@ -477,7 +477,7 @@ export default class PublishManagement extends Component { return true; } catch (e) { - this.notifications.showAPIError(error); + this.notifications.showAPIError(e); } } }