summaryrefslogtreecommitdiffstats
path: root/pkg/gui/context/context.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/context/context.go')
-rw-r--r--pkg/gui/context/context.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/context/context.go b/pkg/gui/context/context.go
index 67de237ed..30030990f 100644
--- a/pkg/gui/context/context.go
+++ b/pkg/gui/context/context.go
@@ -10,7 +10,7 @@ type ContextTree struct {
Branches types.IListContext
Remotes types.IListContext
RemoteBranches types.IListContext
- Tags types.IListContext
+ Tags *TagsContext
BranchCommits types.IListContext
CommitFiles types.IListContext
ReflogCommits types.IListContext