From b4e8659efe53e23ebf609813cb41b0853ab7d5ea Mon Sep 17 00:00:00 2001 From: Andrew Fontana <32223252+Kharg@users.noreply.github.com> Date: Mon, 1 Sep 2025 22:35:51 +0200 Subject: [PATCH] entity-removed.js typo --- client/src/views/notification/items/entity-removed.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/views/notification/items/entity-removed.js b/client/src/views/notification/items/entity-removed.js index f897a5c272..5d35fe10cb 100644 --- a/client/src/views/notification/items/entity-removed.js +++ b/client/src/views/notification/items/entity-removed.js @@ -28,7 +28,7 @@ import BaseNotificationItemView from 'views/notification/items/base'; -class EmailRemovedNotificationItemView extends BaseNotificationItemView { +class EntityRemovedNotificationItemView extends BaseNotificationItemView { messageName = 'entityRemoved' @@ -59,4 +59,4 @@ class EmailRemovedNotificationItemView extends BaseNotificationItemView { } } -export default EmailRemovedNotificationItemView; +export default EntityRemovedNotificationItemView;