From 066097a0fb98ce9d8cbdfabd682d3c158da3a22e Mon Sep 17 00:00:00 2001 From: Jason Song Date: Wed, 4 Jan 2023 20:38:24 +0800 Subject: [PATCH] Update services/forms/runner.go Co-authored-by: delvh --- services/forms/runner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/forms/runner.go b/services/forms/runner.go index 58d9076a85..d0a7f71ae1 100644 --- a/services/forms/runner.go +++ b/services/forms/runner.go @@ -15,7 +15,7 @@ import ( // EditRunnerForm form for admin to create runner type EditRunnerForm struct { Description string - CustomLabels string + CustomLabels string // comma-separated } // Validate validates form fields