Skip to content

Commit

Permalink
fix(cb2-14242): do not default value of battery list applicable (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbardy2000 authored Oct 18, 2024
1 parent d5a2e9a commit 5860fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/forms/templates/general/adr.template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ export const AdrTemplate: FormNode = {
name: 'techRecord_adrDetails_listStatementApplicable',
label: 'Battery List Applicable',
width: FormNodeWidth.XS,
value: false,
value: null,
type: FormNodeTypes.CONTROL,
editType: FormNodeEditTypes.RADIO,
options: [
Expand Down

0 comments on commit 5860fe4

Please sign in to comment.