Skip to content

Commit 09d0df8

Browse files
committed
fix: map_structure of form_type to match argument name
1 parent 77de38e commit 09d0df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/parameter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ type Parameter struct {
5454
DisplayName string `mapstructure:"display_name"`
5555
Description string
5656
Type OptionType
57-
FormType ParameterFormType
57+
FormType ParameterFormType `mapstructure:"form_type"`
5858
Mutable bool
5959
Default *string
6060
Icon string

0 commit comments

Comments
 (0)