We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b2522f + 4f0d200 commit a3384fdCopy full SHA for a3384fd
internal/config/moduleconfig/module_config.go
@@ -18,7 +18,7 @@ type ModuleConfig struct {
18
19
type Parameter struct {
20
Field string
21
- Label string `yaml:"value,omitempty"`
+ Label string `yaml:"label,omitempty"`
22
Options []string `yaml:"options,omitempty"`
23
Execute string `yaml:"execute,omitempty"`
24
Value string `yaml:"value,omitempty"`
0 commit comments