Browse Source

fix disabling of generate type (#1491)

pull/1493/head
Kyle Spearrin 4 years ago committed by GitHub
parent
commit
caafbc2b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/app/vault/generator.component.html

2
src/app/vault/generator.component.html

@ -81,7 +81,7 @@ @@ -81,7 +81,7 @@
[value]="o.value"
(change)="typeChanged()"
[checked]="type === o.value"
[disabled]="comingFromAddEdit"
[disabled]="comingFromAddEdit && type !== o.value"
/>
<label class="unstyled" for="type_{{ o.value }}">
{{ o.name }}

Loading…
Cancel
Save