Skip to content

Commit

Permalink
fix(fee): add manual fee
Browse files Browse the repository at this point in the history
* Fixes the options with the new formly configuration structure.

Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr committed Apr 9, 2024
1 parent c4e3726 commit 3550673
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class PatronFeeComponent implements OnInit {
props: {
label: 'Type',
required: true,
options: properties.type.form.options
options: properties.type.widget.formlyConfig.props.options
}
}, {
key: 'total_amount',
Expand Down

0 comments on commit 3550673

Please sign in to comment.