feat(ui): Add custom action config meta data
This commit is contained in:
@@ -217,7 +217,7 @@ func ActionsConfigMeta() []config.FieldGroup {
|
||||
{
|
||||
Name: "custom",
|
||||
Label: "Custom",
|
||||
Fields: []config.Field{},
|
||||
Fields: action.CustomConfigMeta(),
|
||||
},
|
||||
{
|
||||
Name: "scraper",
|
||||
|
||||
Reference in New Issue
Block a user