@ -7,10 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Extend activities table component by showAccountColumn input
## Unreleased
### Changed
- Renamed the show access token dialog component to user account registration dialog component
@ -104,8 +104,8 @@ export class GfActivitiesTableComponent
@Input() locale = getLocale();
@Input() pageIndex: number;
@Input() pageSize = DEFAULT_PAGE_SIZE;
@Input() showActions = true;
@Input() showAccountColumn = true;
@Input() showCheckbox = false;
@Input() showNameColumn = true;
@Input() sortColumn: string;