From 24b8eb226b15d4c520a59e84921727ca9530e271 Mon Sep 17 00:00:00 2001 From: hirenko-v <132065511+hirenko-v@users.noreply.github.com> Date: Sat, 21 Sep 2024 00:57:33 +0300 Subject: [PATCH] ttt --- cmd/msg/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/msg/main.go b/cmd/msg/main.go index 7e56843..ccb01da 100644 --- a/cmd/msg/main.go +++ b/cmd/msg/main.go @@ -239,8 +239,6 @@ func showBothSelects(state map[string]string) executor.ExecuteOutput { }) } - var initialOption *api.OptionItem - // Use the flag as a key to track dropdown selections sections[0].Selects.Items = append(sections[0].Selects.Items, api.Select{ Name: option.Description, // Adjust name based on flags