Skip to content

Commit

Permalink
fix(app access management): fix carousel element issue (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhigarg-bmw authored May 27, 2024
1 parent b36c28a commit 6b8e396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
- fix opening the correct technical user by ID
- Decline company
- Api url typo fix
- App Access Management
- Fix carousel element issue

## 2.0.0-RC8

Expand Down
1 change: 1 addition & 0 deletions src/components/pages/UserManagement/AppArea/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const AppArea = () => {
/>
</div>
<Carousel
infinite={false}
gapToDots={5}
position={cards && cards.length > 0 ? 'relative' : ''}
>
Expand Down

0 comments on commit 6b8e396

Please sign in to comment.