aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/quality-gates/components/DeleteQualityGateForm.tsx
diff options
context:
space:
mode:
authorViktor Vorona <viktor.vorona@sonarsource.com>2023-06-05 17:20:05 +0200
committersonartech <sonartech@sonarsource.com>2023-06-05 20:02:48 +0000
commitbdf5a70ff1b33e143c929c91ac41a4495995ee66 (patch)
tree0fce5139d7359d63837e27288135343763e0f7ba /server/sonar-web/src/main/js/apps/quality-gates/components/DeleteQualityGateForm.tsx
parentc1966338ee963dbd6e6f636635f390cfeb334af5 (diff)
downloadsonarqube-bdf5a70ff1b33e143c929c91ac41a4495995ee66.tar.gz
sonarqube-bdf5a70ff1b33e143c929c91ac41a4495995ee66.zip
[NO-JIRA] react/jsx-boolean-value -> never
Diffstat (limited to 'server/sonar-web/src/main/js/apps/quality-gates/components/DeleteQualityGateForm.tsx')
-rw-r--r--server/sonar-web/src/main/js/apps/quality-gates/components/DeleteQualityGateForm.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-gates/components/DeleteQualityGateForm.tsx b/server/sonar-web/src/main/js/apps/quality-gates/components/DeleteQualityGateForm.tsx
index ec0551c2c41..af99b174054 100644
--- a/server/sonar-web/src/main/js/apps/quality-gates/components/DeleteQualityGateForm.tsx
+++ b/server/sonar-web/src/main/js/apps/quality-gates/components/DeleteQualityGateForm.tsx
@@ -48,7 +48,7 @@ export class DeleteQualityGateForm extends React.PureComponent<Props> {
return (
<ConfirmButton
confirmButtonText={translate('delete')}
- isDestructive={true}
+ isDestructive
modalBody={translateWithParameters(
'quality_gates.delete.confirm.message',
qualityGate.name