mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
AC-2389 Migrate Disable Send component (#8749)
This commit is contained in:
parent
62fee4fb90
commit
c7fce8b298
@ -2,15 +2,7 @@
|
||||
{{ "disableSendExemption" | i18n }}
|
||||
</app-callout>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="form-check">
|
||||
<input
|
||||
class="form-check-input"
|
||||
type="checkbox"
|
||||
id="enabled"
|
||||
[formControl]="enabled"
|
||||
name="Enabled"
|
||||
/>
|
||||
<label class="form-check-label" for="enabled">{{ "turnOn" | i18n }}</label>
|
||||
</div>
|
||||
</div>
|
||||
<bit-form-control>
|
||||
<input type="checkbox" bitCheckbox [formControl]="enabled" id="enabled" />
|
||||
<bit-label>{{ "turnOn" | i18n }}</bit-label>
|
||||
</bit-form-control>
|
||||
|
Loading…
Reference in New Issue
Block a user