entity-removed.js typo

This commit is contained in:
Andrew Fontana
2025-09-01 22:35:51 +02:00
committed by GitHub
parent 988a677f4c
commit b4e8659efe

View File

@@ -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;