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