Browse Source
Bugfix/remove data source element in activities table component (#5541)
* Clean up
* Update changelog
pull/5527/head
Thomas Kaul
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
1 deletions
-
CHANGELOG.md
-
libs/ui/src/lib/activities-table/activities-table.component.html
|
@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
- Refactored the show access token dialog component to standalone |
|
|
- Refactored the show access token dialog component to standalone |
|
|
- Upgraded `prisma` from version `6.15.0` to `6.16.1` |
|
|
- Upgraded `prisma` from version `6.15.0` to `6.16.1` |
|
|
|
|
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
|
|
- Removed a temporary element from the activities table component |
|
|
|
|
|
|
|
|
## 2.199.0 - 2025-09-14 |
|
|
## 2.199.0 - 2025-09-14 |
|
|
|
|
|
|
|
|
### Added |
|
|
### Added |
|
|
|
@ -129,7 +129,6 @@ |
|
|
[symbol]="element.SymbolProfile?.symbol" |
|
|
[symbol]="element.SymbolProfile?.symbol" |
|
|
[tooltip]="element.SymbolProfile?.name" |
|
|
[tooltip]="element.SymbolProfile?.name" |
|
|
/> |
|
|
/> |
|
|
<div>{{ element.dataSource }}</div> |
|
|
|
|
|
</td> |
|
|
</td> |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
|
|
|
|
|
|