Removed the extra div around the radio button. (#16606)

This commit is contained in:
Chris van Meer 2022-08-16 15:07:39 +02:00 committed by GitHub
parent 49dadea7eb
commit ff3049731c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,16 +113,14 @@
</div>
<div>
{{#if (has-feature "Performance Replication")}}
<div class="box columns is-centered">
<RadioButton
id="performance"
name="replication-mode"
@value="performance"
@groupValue={{this.replicationMode}}
@onChange={{fn (mut this.replicationMode)}}
/>
<label for="performance" data-test-replication-type-select="performance"></label>
</div>
<RadioButton
id="performance"
name="replication-mode"
@value="performance"
@groupValue={{this.replicationMode}}
@onChange={{fn (mut this.replicationMode)}}
/>
<label for="performance" data-test-replication-type-select="performance"></label>
{{/if}}
</div>
</label>