diff --git a/ghost/admin/app/helpers/parse-audit-log-event.js b/ghost/admin/app/helpers/parse-audit-log-event.js index aad9e9875e..cc782dabb3 100644 --- a/ghost/admin/app/helpers/parse-audit-log-event.js +++ b/ghost/admin/app/helpers/parse-audit-log-event.js @@ -33,6 +33,8 @@ function getActionIcon(ev) { case 'deleted': return 'cross-circle'; } + + return 'info'; } function getAction(ev) {