diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ebd13ce8..c312a4ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +- Extend activities table component by showAccountColumn input + ### Changed - Renamed the show access token dialog component to user account registration dialog component diff --git a/libs/ui/src/lib/activities-table/activities-table.component.ts b/libs/ui/src/lib/activities-table/activities-table.component.ts index 8b391b59b..db3341946 100644 --- a/libs/ui/src/lib/activities-table/activities-table.component.ts +++ b/libs/ui/src/lib/activities-table/activities-table.component.ts @@ -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() showActions = true; @Input() showCheckbox = false; @Input() showNameColumn = true; @Input() sortColumn: string;