Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
apps/client/src/app/components/admin-market-data/admin-market-data.html
|
@ -154,7 +154,7 @@ |
|
|
</button> |
|
|
</button> |
|
|
<button |
|
|
<button |
|
|
mat-menu-item |
|
|
mat-menu-item |
|
|
[disabled]="activitiesCount !== 0" |
|
|
[disabled]="element.activitiesCount !== 0" |
|
|
(click)="onDeleteProfileData({dataSource: element.dataSource, symbol: element.symbol})" |
|
|
(click)="onDeleteProfileData({dataSource: element.dataSource, symbol: element.symbol})" |
|
|
> |
|
|
> |
|
|
<span class="align-items-center d-flex"> |
|
|
<span class="align-items-center d-flex"> |
|
|