diff --git a/frontend/src/components/business/ms-minders/testPlanMinder/index.vue b/frontend/src/components/business/ms-minders/testPlanMinder/index.vue index 787636a64a..50350abdf1 100644 --- a/frontend/src/components/business/ms-minders/testPlanMinder/index.vue +++ b/frontend/src/components/business/ms-minders/testPlanMinder/index.vue @@ -911,6 +911,8 @@ configFormValidResult = true; } }); + } else { + configFormValidResult = true; } if (!configFormValidResult) return; loading.value = true;