Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v committed Sep 29, 2024
1 parent 39ff784 commit c31933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/job/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func initialMessages(ctx context.Context, envs map[string]string, e *MsgExecutor
}

// showBothSelects dynamically generates dropdowns based on the selected options.
func showBothSelects(ctx context.Context, envs map[string]string, state map[string]string, sessionID) executor.ExecuteOutput {
func showBothSelects(ctx context.Context, envs map[string]string, state map[string]string, sessionID string) executor.ExecuteOutput {
var jobList []api.OptionItem
jobs := getBotkubeJobs(ctx, envs)
for _, job := range jobs {
Expand Down

0 comments on commit c31933d

Please sign in to comment.