From 5e01965d7e95aa7a6650bb41e490ac76728eb404 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Sat, 15 Apr 2023 04:05:59 +0200 Subject: [PATCH] =?UTF-8?q?Replace=20use=20of=20 {{ .FirstOption.Label }} + + +{{- end }} diff --git a/web/template/invoices/index.gohtml b/web/template/invoices/index.gohtml index 3bf0ebd..f20fe76 100644 --- a/web/template/invoices/index.gohtml +++ b/web/template/invoices/index.gohtml @@ -36,7 +36,7 @@ {{ template "input-field" .ToDate }} {{ template "input-field" .InvoiceNumber }} {{ template "tags-field" .Tags }} - {{ template "select-field" .TagsCondition }} + {{ template "toggle-field" .TagsCondition }} {{ end }}