diff --git a/internal/config/moduleconfig/module_config.go b/internal/config/moduleconfig/module_config.go index 323a669b7..a604464d8 100644 --- a/internal/config/moduleconfig/module_config.go +++ b/internal/config/moduleconfig/module_config.go @@ -18,7 +18,7 @@ type ModuleConfig struct { type Parameter struct { Field string - Label string `yaml:"value,omitempty"` + Label string `yaml:"label,omitempty"` Options []string `yaml:"options,omitempty"` Execute string `yaml:"execute,omitempty"` Value string `yaml:"value,omitempty"`