fix disabling of generate type (#1491)

This commit is contained in:
Kyle Spearrin 2022-04-20 11:46:12 -04:00 committed by GitHub
parent a4ca9bf64c
commit caafbc2b73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}