Skip to content

Commit

Permalink
fix(volume name): update formCtrl.get() (#174)
Browse files Browse the repository at this point in the history
to formCtrl.get().value.
  • Loading branch information
bryanpaget authored Oct 20, 2022
1 parent c695a0a commit 223f6ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<app-form-data-volumes
[volsArray]="formCtrl.get('datavols')"
[readonly]="config?.dataVolumes?.readOnly"
[externalName]="formCtrl.get('name')"
[externalName]="formCtrl.get('name').value"
>
</app-form-data-volumes>

Expand Down

0 comments on commit 223f6ab

Please sign in to comment.