Bugfix/no entries in holdings table of public page (#5501)

* Fix holdings table

* Update changelog
pull/5507/head
Germán Martín 8 months ago committed by GitHub
parent 4aafc01594
commit 73bccf85c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Refactored the rules component to standalone
- Refactored the subscription interstitial dialog component to standalone
### Fixed
- Fixed the holdings table on the public page
## 2.197.0 - 2025-09-07
### Added

@ -198,11 +198,11 @@
<div class="row">
<div class="col-lg">
<gf-holdings-table
[data]="holdings"
[deviceType]="deviceType"
[hasPermissionToOpenDetails]="false"
[hasPermissionToShowQuantities]="false"
[hasPermissionToShowValues]="false"
[holdings]="holdings"
[pageSize]="7"
/>
</div>

Loading…
Cancel
Save