Skip to content

Commit c20cae6

Browse files
committed
Minor fixes
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
1 parent f4426d6 commit c20cae6

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)