ciyidogan commited on
Commit
8226901
·
verified ·
1 Parent(s): 1811202

Update flare-ui/src/app/dialogs/project-edit-dialog/project-edit-dialog.component.ts

Browse files
flare-ui/src/app/dialogs/project-edit-dialog/project-edit-dialog.component.ts CHANGED
@@ -106,25 +106,6 @@ export interface ProjectDialogData {
106
  <mat-label>Region</mat-label>
107
  <input matInput formControlName="region" placeholder="e.g., tr-TR">
108
  </mat-form-field>
109
-
110
- <div class="test-users-section">
111
- <h4>Test Users</h4>
112
- @for (user of testUsers.controls; track $index) {
113
- <div class="test-user-row">
114
- <mat-form-field appearance="outline" class="flex-1">
115
- <mat-label>Phone Number</mat-label>
116
- <input matInput [formControl]="$any(user)">
117
- </mat-form-field>
118
- <button mat-icon-button (click)="removeTestUser($index)">
119
- <mat-icon>delete</mat-icon>
120
- </button>
121
- </div>
122
- }
123
- <button mat-stroked-button (click)="addTestUser()">
124
- <mat-icon>add</mat-icon>
125
- Add Test User
126
- </button>
127
- </div>
128
  </form>
129
  </mat-dialog-content>
130
 
 
106
  <mat-label>Region</mat-label>
107
  <input matInput formControlName="region" placeholder="e.g., tr-TR">
108
  </mat-form-field>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
109
  </form>
110
  </mat-dialog-content>
111