]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-19672 Migrating load more button in hotspot page to use new styling
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Thu, 27 Jul 2023 14:03:51 +0000 (16:03 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 28 Jul 2023 20:03:15 +0000 (20:03 +0000)
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotList.tsx

index acb87ce24e94411d9350953750feaed1673c6c67..f19f81f7bde59e2a08767433543cab3f8e4c0c03 100644 (file)
@@ -192,6 +192,7 @@ export default class HotspotList extends React.Component<Props, State> {
           loadMore={!loadingMore ? this.props.onLoadMore : undefined}
           loading={loadingMore}
           total={hotspotsTotal}
+          useMIUIButtons
         />
       </StyledContainer>
     );