Skip to content

Commit

Permalink
bugbix checkbox api provider
Browse files Browse the repository at this point in the history
  • Loading branch information
simon louvet committed May 18, 2024
1 parent 9b97df1 commit fccebb6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<label class="labelFormStandard">execution sans file d'attente ni blocage</label>
<div class="cardInput">
<label class="switch">
<input type="checkbox" name="unrestrictedExecution" ref="unrestrictedExecutionInput" checked={data.specificData.unrestrictedExecutionExecution} onchange={unrestrictedExecutionChange}/>
<input type="checkbox" name="unrestrictedExecution" ref="unrestrictedExecutionInput" checked={data.specificData.unrestrictedExecution} onchange={unrestrictedExecutionChange}/>
<span class="slider round"></span>
</label>
</div>
Expand All @@ -59,7 +59,7 @@
</label>
</div>
<div>
<div if={!data.specificData.resonseWithoutExecution}>
<div if={!data.specificData.responseWithoutExecution}>
<label class="labelFormStandard">Composant qui effectura la reponse http</label>
<div class="cardInput">
<select class="inputComponents" name="responseComponentIdInput" ref="responseComponentIdInput" onchange={responseComponentIdInputChanged}>
Expand Down

0 comments on commit fccebb6

Please sign in to comment.