Skip to content

Commit

Permalink
fix: Workspace Selection Model (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: Harkirat Singh <[email protected]>
  • Loading branch information
harkiratsm committed Mar 24, 2024
1 parent 3f95c39 commit a9f647c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/views/workspace/selection/workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func selectWorkspacePrompt(workspaces []serverapiclient.WorkspaceDTO, actionVerb
l.FilterInput.PromptStyle = lipgloss.NewStyle().Foreground(views.Green)
l.FilterInput.TextStyle = lipgloss.NewStyle().Foreground(views.Green)

m := model[serverapiclient.Workspace]{list: l}
m := model[serverapiclient.WorkspaceDTO]{list: l}

m.list.Title = "SELECT A WORKSPACE TO " + strings.ToUpper(actionVerb)
m.list.Styles.Title = lipgloss.NewStyle().Foreground(views.Green).Bold(true)
Expand Down

0 comments on commit a9f647c

Please sign in to comment.