Skip to content

Commit

Permalink
fix: user can create a project if no active project exists (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 authored Feb 7, 2024
1 parent 66c2064 commit 3cc36d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div *ngIf="list && !loading" class="app-projects-list">
<!-- header toolbar -->
<div class="app-toolbar" *ngIf="list.length > 0">
<div class="app-toolbar">
<div class="app-toolbar-row">
<h3 class="mat-body subtitle">
<span *ngIf="status">Active</span>
Expand Down

0 comments on commit 3cc36d9

Please sign in to comment.