From: Revanshu Paliwal Date: Thu, 27 Jul 2023 14:03:51 +0000 (+0200) Subject: SONAR-19672 Migrating load more button in hotspot page to use new styling X-Git-Tag: 10.2.0.77647~282 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=446b9cdb558599a82ca14c99bdda5ea9f8bdf41b;p=sonarqube.git SONAR-19672 Migrating load more button in hotspot page to use new styling --- 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 /> );