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