From ea8bf4dd1f6936e7412ea01fc34a6efc7acb0bcb Mon Sep 17 00:00:00 2001 From: younggil Date: Sun, 27 Aug 2023 21:09:22 +0900 Subject: [PATCH] fix: cron workflow initial filter value. Fixes #11685 (#11686) --- .../cron-workflows/components/cron-workflow-spec-editior.tsx | 3 ++- .../app/shared/components/checkbox-filter/checkbox-filter.tsx | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/src/app/cron-workflows/components/cron-workflow-spec-editior.tsx b/ui/src/app/cron-workflows/components/cron-workflow-spec-editior.tsx index 14250eaf5474..5f5b00e7649b 100644 --- a/ui/src/app/cron-workflows/components/cron-workflow-spec-editior.tsx +++ b/ui/src/app/cron-workflows/components/cron-workflow-spec-editior.tsx @@ -24,8 +24,9 @@ export const CronWorkflowSpecEditor = ({onChange, spec}: {spec: CronWorkflowSpec
Concurrency Policy
-
+