aboutsummaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/forms/runner.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/services/forms/runner.go b/services/forms/runner.go
index 22dea49e31..6d16cfce49 100644
--- a/services/forms/runner.go
+++ b/services/forms/runner.go
@@ -14,8 +14,7 @@ import (
// EditRunnerForm form for admin to create runner
type EditRunnerForm struct {
- Description string
- CustomLabels string // comma-separated
+ Description string
}
// Validate validates form fields