From 7d0d21ba8663ab7ff777a06f4b113337fa717ff3 Mon Sep 17 00:00:00 2001 From: T Date: Wed, 13 Aug 2025 16:48:58 -0600 Subject: go module in git.tjp.lol --- internal/tui/form.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/tui/form.go') diff --git a/internal/tui/form.go b/internal/tui/form.go index d70fb8b..09db989 100644 --- a/internal/tui/form.go +++ b/internal/tui/form.go @@ -7,7 +7,7 @@ import ( "strings" "time" - "punchcard/internal/reports" + "git.tjp.lol/punchcard/internal/reports" "github.com/charmbracelet/bubbles/textinput" tea "github.com/charmbracelet/bubbletea" @@ -104,8 +104,8 @@ func newDateRangeField(label string) FormField { func newReportTypeField(label string) FormField { f := FormField{ - Model: textinput.New(), - label: label, + Model: textinput.New(), + label: label, suggestions: suggestReportType, } f.Validate = func(s string) error { -- cgit v1.2.3