From 446b9cdb558599a82ca14c99bdda5ea9f8bdf41b Mon Sep 17 00:00:00 2001 From: Revanshu Paliwal Date: Thu, 27 Jul 2023 16:03:51 +0200 Subject: [PATCH] SONAR-19672 Migrating load more button in hotspot page to use new styling --- .../main/js/apps/security-hotspots/components/HotspotList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotList.tsx b/server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotList.tsx index acb87ce24e9..f19f81f7bde 100644 --- a/server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotList.tsx +++ b/server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotList.tsx @@ -192,6 +192,7 @@ export default class HotspotList extends React.Component { loadMore={!loadingMore ? this.props.onLoadMore : undefined} loading={loadingMore} total={hotspotsTotal} + useMIUIButtons /> ); -- 2.39.5