Skip to content

Commit 1fb8dd5

Browse files
committed
Merge branch 'develop'
2 parents 5d25417 + 863b166 commit 1fb8dd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/console/src/app/components/dashboard/admin/admin-views/admin-views.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<td mat-cell *matCellDef="let element">
125125
<button
126126
*ngIf="deleting !== element.Id"
127-
[disabled]="deleting"
127+
[disabled]="deleting || creating"
128128
mat-mini-fab color="primary"
129129
class="delete"
130130
matTooltip="{{'DELETE' | translate}}"

0 commit comments

Comments
 (0)