Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #75 from scottbot95/staging
Browse files Browse the repository at this point in the history
fix: Erroneously showing config file not found msg
  • Loading branch information
scottbot95 committed May 9, 2019
2 parents 3e8fcae + 712825a commit 04c2464
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -221,7 +221,7 @@ export class PackageTableComponent implements OnInit, AfterViewInit, OnDestroy {
this.ngZone.run(() => {
this.router.navigate(['/config-editor/' + file]);
});
break;
return;
}
}

Expand Down

0 comments on commit 04c2464

Please sign in to comment.