mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Fix crash when trying to filter the list of remotes
This seems to be a left-over from an earlier iteration of the code. Removing it fixes the crash.
This commit is contained in:
@ -9,7 +9,6 @@ import (
|
||||
type RemotesContext struct {
|
||||
*FilteredListViewModel[*models.Remote]
|
||||
*ListContextTrait
|
||||
*SearchHistory
|
||||
}
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user