Fix for 'back to project' error

This commit is contained in:
piotrpekala7
2020-03-16 13:00:02 +01:00
parent b33eb4ce24
commit ac3335a33d
2 changed files with 9 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<button mat-button routerLink="/servers">Servers</button>
<button *ngIf="recentlyOpenedProjectId && recentlyOpenedServerId" mat-button routerLink="/server/{{recentlyOpenedServerId}}/project/{{recentlyOpenedProjectId}}">Back to project</button>
<button *ngIf="recentlyOpenedProjectId && recentlyOpenedServerId" mat-button (click)="backToProject()">Back to project</button>
<span class="fill-space"></span>