1
0
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:
Stefan Haller
2023-10-09 14:23:29 +02:00
parent 013cfc77a1
commit 787f9966ec
3 changed files with 43 additions and 1 deletions

View File

@ -9,7 +9,6 @@ import (
type RemotesContext struct {
*FilteredListViewModel[*models.Remote]
*ListContextTrait
*SearchHistory
}
var (