From 83d59ad3bf45c70a8a4e115b467207b14f51bb5a Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 17 May 2026 19:15:03 -0700 Subject: [PATCH] Fix (beta): use correct html button type for custom field buttons (#12819) --- .../custom-fields-dropdown.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html b/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html index a4b3200d7..79b93ee31 100644 --- a/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html +++ b/src-ui/src/app/components/common/custom-fields-dropdown/custom-fields-dropdown.component.html @@ -10,12 +10,12 @@ @for (field of filteredFields; track field.id) { - } @if (!filterText?.length || filteredFields.length === 0) { -