fix disabling of generate type (#2515)

This commit is contained in:
Kyle Spearrin 2022-04-21 17:20:47 -04:00 committed by GitHub
parent 4ed74416f4
commit b475f911b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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