Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
issue/list: Fix wrong section pre-selection
Erik Kundt committed 3 months ago
commit c06a8c2b940dbed9063eee1d046ae30fe51f1ecb
parent e6c95f0
1 file changed +1 -1
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 {