From 7cad89e2b06b8b741c4e8b75383f72cc1641bf0a Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Mon, 24 Jun 2024 08:28:51 +0000 Subject: [PATCH] fix(nc-gui): remove search audit input --- .../nc-gui/components/workspace/AuditLogs.vue | 45 +++---------------- 1 file changed, 7 insertions(+), 38 deletions(-) diff --git a/packages/nc-gui/components/workspace/AuditLogs.vue b/packages/nc-gui/components/workspace/AuditLogs.vue index 6a1b591858..35809fe4c5 100644 --- a/packages/nc-gui/components/workspace/AuditLogs.vue +++ b/packages/nc-gui/components/workspace/AuditLogs.vue @@ -131,10 +131,6 @@ const handleRowClick = (audit: AuditType) => { isRowExpanded.value = true } -const handleSearchAuditLogs = useDebounceFn(() => { - loadAudits() -}, 500) - const toggleOrderBy = (orderBy: 'created_at' | 'user') => { if (orderBy === 'created_at') { auditLogsQuery.value.orderBy = { @@ -203,33 +199,6 @@ const focusTypeSearchRef: VNodeRef = (el) => {
Track and monitor any changes made to any base in your workspace.
-
- - - - -
{ " > -
-
+
+
User: {{ @@ -355,8 +324,8 @@ const focusTypeSearchRef: VNodeRef = (el) => { " > -
-
+
+
Base: {{ (auditLogsQuery.base && bases.get(auditLogsQuery.base)?.title) || 'All' }} @@ -368,7 +337,7 @@ const focusTypeSearchRef: VNodeRef = (el) => {