Skip to content
Snippets Groups Projects
Commit ac626a98 authored by Nathan Bockisch's avatar Nathan Bockisch
Browse files

Forgot to add the disable condition for the QA Pass with Message button

parent e298bdf1
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1426Forgot to add the disable condition for the QA Pass with Message button
Pipeline #11258 passed
......@@ -126,6 +126,7 @@
customStyle="btn btn-success btn-sm"
templateName="std_calibration_complete"
[defaultCC]="defaultCC"
[shouldDisable]="currentVersion.current_execution.state_name === 'Awaiting QA'"
[emailParameters]="getEmailParams()"
(emailSentEvent)="confirmQa(currentVersion)">
<span class="fas fa fa-envelope"></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment