aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2024-10-31 17:39:09 +0100
committersonartech <sonartech@sonarsource.com>2024-11-05 20:03:03 +0000
commitcf672bcd701faaff108be454e55e514103f2ec2c (patch)
tree80c5a7caac7235baf5ac7cfb0385efa9c85f47a7 /server/sonar-web/src/main/js
parent372a30452491480923650b70680d154caadbdbd0 (diff)
downloadsonarqube-cf672bcd701faaff108be454e55e514103f2ec2c.tar.gz
sonarqube-cf672bcd701faaff108be454e55e514103f2ec2c.zip
SONAR-23498 Add BBT testing QG MQR and Standard transition
Diffstat (limited to 'server/sonar-web/src/main/js')
-rw-r--r--server/sonar-web/src/main/js/apps/quality-gates/components/UpdateConditionsFromOtherModeModal.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/apps/quality-gates/components/UpdateConditionsFromOtherModeModal.tsx b/server/sonar-web/src/main/js/apps/quality-gates/components/UpdateConditionsFromOtherModeModal.tsx
index 5d876ba848a..4a2afa4c6ad 100644
--- a/server/sonar-web/src/main/js/apps/quality-gates/components/UpdateConditionsFromOtherModeModal.tsx
+++ b/server/sonar-web/src/main/js/apps/quality-gates/components/UpdateConditionsFromOtherModeModal.tsx
@@ -105,6 +105,7 @@ export default function UpdateConditionsFromOtherModeModal({
size={isSingleMetric ? ModalSize.Default : ModalSize.Wide}
primaryButton={
<Button
+ type="submit"
isDisabled={isPending}
isLoading={isPending}
onClick={onSubmit}