|
this.toggleIsEnabled(notification)}
/>
|
{notification.triggerPath}
|
{notification.triggerEvents.includes('pageCreate') && (
-
description CREATE
)}
{notification.triggerEvents.includes('pageEdit') && (
-
edit EDIT
)}
{notification.triggerEvents.includes('pageMove') && (
-
redo MOVE
)}
{notification.triggerEvents.includes('pageDelete') && (
-
delete_foreverDELETE
)}
{notification.triggerEvents.includes('pageLike') && (
-
favorite LIKE
)}
{notification.triggerEvents.includes('comment') && (
-
bubble_chart POST
)}
|
{ notification.__t === 'mail' && notification.toEmail }
{ notification.__t === 'slack' && notification.slackChannels }
|
note {t('Edit')}
|
);
})}
{this.state.notificationForConfiguration != null && (