diff --git a/frontend/src/components/admin/AuditLogTab.vue b/frontend/src/components/admin/AuditLogTab.vue index fd80418..95c9d59 100644 --- a/frontend/src/components/admin/AuditLogTab.vue +++ b/frontend/src/components/admin/AuditLogTab.vue @@ -48,16 +48,31 @@ Apply filters +
+ + + {{ activeFilterCount }} filter{{ activeFilterCount !== 1 ? 's' : '' }} active + +

{{ exportError }}

@@ -167,7 +182,7 @@