diff --git a/frontend/src/business/components/api/automation/schedule/ScheduleMaintain.vue b/frontend/src/business/components/api/automation/schedule/ScheduleMaintain.vue index d88694969d..c0ef049349 100644 --- a/frontend/src/business/components/api/automation/schedule/ScheduleMaintain.vue +++ b/frontend/src/business/components/api/automation/schedule/ScheduleMaintain.vue @@ -408,7 +408,7 @@ export default { this.$warning(this.$t('workspace.env_group.please_select_env_for_current_scenario')); return; } - if (this.runConfig.runWithinResourcePool && this.runConfig.resourcePoolId == null) { + if (this.runConfig.resourcePoolId == null) { this.$warning(this.$t('workspace.env_group.please_select_run_within_resource_pool')); return; }