From 33a817a391c75375293bae7ce63ff6d3ec268ece Mon Sep 17 00:00:00 2001 From: Raj Gupta <150777419+Raj-G07@users.noreply.github.com> Date: Sun, 21 Sep 2025 15:55:37 +0530 Subject: [PATCH] Suggested changes --- CHANGELOG.md | 4 ++-- .../ui/src/lib/activities-table/activities-table.component.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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;