[WIP] Editing
This commit is contained in:
@ -102,7 +102,7 @@ func (p *ContextPickerPage) View() string {
|
||||
func (p *ContextPickerPage) updateContextCmd() tea.Msg {
|
||||
context := p.form.GetString("context")
|
||||
if context == "(none)" {
|
||||
context = "none"
|
||||
context = ""
|
||||
}
|
||||
return UpdateContextMsg(p.common.TW.GetContext(context))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user