|
@@ -103,6 +103,10 @@ const InAppNotificationElm: FC<Props> = (props: Props) => {
|
|
|
actionMsg = 'renamed';
|
|
actionMsg = 'renamed';
|
|
|
actionIcon = 'icon-action-redo';
|
|
actionIcon = 'icon-action-redo';
|
|
|
break;
|
|
break;
|
|
|
|
|
+ case 'PAGE_DUPLICATE':
|
|
|
|
|
+ actionMsg = 'duplicated';
|
|
|
|
|
+ actionIcon = 'icon-docs';
|
|
|
|
|
+ break;
|
|
|
case 'PAGE_DELETE':
|
|
case 'PAGE_DELETE':
|
|
|
actionMsg = 'deleted';
|
|
actionMsg = 'deleted';
|
|
|
actionIcon = 'icon-trash';
|
|
actionIcon = 'icon-trash';
|