diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2024-02-20 09:34:09 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-02-20 20:02:38 +0000 |
commit | 9b925e5931796a04867eb9c524e67fae9da2671a (patch) | |
tree | fac07eb88558a647d7794d3ab1628bb4b1bf16c2 /server/sonar-web/src/main/js/apps/webhooks | |
parent | 04c6c92cc775134fc3208ae404e4f36fa9ccb490 (diff) | |
download | sonarqube-9b925e5931796a04867eb9c524e67fae9da2671a.tar.gz sonarqube-9b925e5931796a04867eb9c524e67fae9da2671a.zip |
SONAR-19032 MIUI cleanup part 1 (#10627)
Co-authored-by: David Cho-Lerat <david.cho-lerat@sonarsource.com>
Co-authored-by: Jeremy Davis <jeremy.davis@sonarsource.com>
Diffstat (limited to 'server/sonar-web/src/main/js/apps/webhooks')
-rw-r--r-- | server/sonar-web/src/main/js/apps/webhooks/components/DeliveriesForm.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/webhooks/components/DeliveriesForm.tsx b/server/sonar-web/src/main/js/apps/webhooks/components/DeliveriesForm.tsx index 4ce3cea9fde..b3a06927a70 100644 --- a/server/sonar-web/src/main/js/apps/webhooks/components/DeliveriesForm.tsx +++ b/server/sonar-web/src/main/js/apps/webhooks/components/DeliveriesForm.tsx @@ -87,7 +87,6 @@ export default function DeliveriesForm({ onClose, webhook }: Props) { loadMore={fetchMoreDeliveries} ready={!loading} total={paging.total} - useMIUIButtons /> )} </Spinner> |