Skip to content

Commit

Permalink
fix: change templateOptions to props using the formly-migrate schemat…
Browse files Browse the repository at this point in the history
…ic (#1393)

* change templateOptions to props using the formly-migrate schematic
  • Loading branch information
andreassteinmann authored Mar 24, 2023
1 parent 95084c0 commit 17f7b66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class PunchoutUserFormComponent implements OnInit {
{
key: 'active',
type: 'ish-checkbox-field',
templateOptions: {
props: {
label: 'account.user.active.label',
title: 'account.user.active.title',
},
Expand Down

0 comments on commit 17f7b66

Please sign in to comment.