Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
issue/list: Fix wrong section pre-selection
Merged did:key:z6MkgFq6...nBGz opened 3 months ago
1 file changed +1 -1 e6c95f05 c06a8c2b
modified bin/commands/issue/list.rs
@@ -333,7 +333,7 @@ impl TryFrom<(&Context, &TerminalInfo)> for App {
        let section = if context.comment.is_some() {
            state::Section::Issue
        } else {
-
            state::Section::Comment
+
            state::Section::Browser
        };

        Ok(Self {