You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Above you can see how the PR looks in Github, Below you can see how it looks in VS Code..
Surprisingly, a button gets rendered 😱
The HTML in question: <button *ngIf="isEditingAllowed" class="btn btn-primary big" [disabled]="projectForm.invalid" (click)="save(projectForm)">Save changes</button>
The text was updated successfully, but these errors were encountered:
Above you can see how the PR looks in Github, Below you can see how it looks in VS Code..
Surprisingly, a button gets rendered 😱
The HTML in question:
<button *ngIf="isEditingAllowed" class="btn btn-primary big" [disabled]="projectForm.invalid" (click)="save(projectForm)">Save changes</button>
The text was updated successfully, but these errors were encountered: