This commit is contained in:
Jeff Carr 2025-02-11 13:24:14 -06:00
parent 9560885b11
commit 0e75d70494
1 changed files with 1 additions and 0 deletions

View File

@ -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")