minor
This commit is contained in:
parent
9560885b11
commit
0e75d70494
|
@ -116,6 +116,7 @@ func (r *RepoList) AddRepo(pb *gitpb.Repo) (*RepoRow, error) {
|
|||
})
|
||||
|
||||
newRepo.commitB = newRepo.endBox.NewButton("commit all", func() {
|
||||
r.reposbox.Disable()
|
||||
pb := newRepo.pb
|
||||
if pb == nil {
|
||||
log.Info("the protobuf is nil. something went wrong in the forge/gitpb mappings")
|
||||
|
|
Loading…
Reference in New Issue