From f251717a08a5dce93fab8cae876330932fe533cd Mon Sep 17 00:00:00 2001 From: lavanya-bmw <106523828+lavanya-bmw@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:22:21 +0530 Subject: [PATCH] feat(company subscription): update API and fix tab UI scroll (#1131) --- CHANGELOG.md | 5 +++++ src/components/pages/CompanySubscriptions/index.tsx | 2 +- src/features/apps/apiSlice.ts | 6 ++---- .../serviceSubscription/serviceSubscriptionApiSlice.ts | 6 ++---- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bba3819a8..b7321a146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +### Change + +- **Company Subscriptions** + - update API query parameters and fix tab UI scroll [#1131](https://github.com/eclipse-tractusx/portal-frontend/pull/1131) + ### Bugfixes - **Connector Management** diff --git a/src/components/pages/CompanySubscriptions/index.tsx b/src/components/pages/CompanySubscriptions/index.tsx index e41e53bc5..5ed78576b 100644 --- a/src/components/pages/CompanySubscriptions/index.tsx +++ b/src/components/pages/CompanySubscriptions/index.tsx @@ -252,7 +252,7 @@ export default function CompanySubscriptions() {