From 153d8625739c5cfb210c9df977d089500d60352a Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Wed, 10 Jul 2024 23:32:17 -0300 Subject: [PATCH] fix: add label to datalist values --- components/datalists_options.templ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/datalists_options.templ b/components/datalists_options.templ index 230a8cd..baeb11b 100644 --- a/components/datalists_options.templ +++ b/components/datalists_options.templ @@ -92,6 +92,6 @@ func getInstanceList(limit int) []Instance { templ InstancesOptions(limit int) { for _, v := range getInstanceList(limit) { - + } }