remove commented code,

remove Name field from select using ID instead
This commit is contained in:
2025-04-07 23:17:23 +00:00
parent 13339cc56d
commit 455ed353c6
3 changed files with 3 additions and 7 deletions

View File

@@ -16,7 +16,6 @@ type StaticFile struct {
// type used for templated <select>
type Select struct {
ID string
Name string
Options []Option
}