diff --git a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue index 3f5668a6ad..330cd47818 100644 --- a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue +++ b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue @@ -264,7 +264,9 @@ export default { }, watch: { test(n) { - this.resourcePool = n.testResourcePoolId; + if (n.testResourcePoolId) { + this.resourcePool = n.testResourcePoolId; + } }, testId() { if (this.testId) {