From 63a0debbdcab39ba1f038b31e6b2fbbafe5a6cd2 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:29:22 -0700 Subject: [PATCH] Show custom field creation in UI --- .../document-history.component.html | 50 ++++++++++--------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/src-ui/src/app/components/document-history/document-history.component.html b/src-ui/src/app/components/document-history/document-history.component.html index ea4a3c9bb..c63a1223c 100644 --- a/src-ui/src/app/components/document-history/document-history.component.html +++ b/src-ui/src/app/components/document-history/document-history.component.html @@ -27,31 +27,33 @@ } {{ entry.action | titlecase }} - @if (entry.action === AuditLogAction.Update) { - } }