diff --git a/frontend/src/business/components/project/notification/track/DefectTaskNotification.vue b/frontend/src/business/components/project/notification/track/DefectTaskNotification.vue index 560391d7e6..3a9b88957f 100644 --- a/frontend/src/business/components/project/notification/track/DefectTaskNotification.vue +++ b/frontend/src/business/components/project/notification/track/DefectTaskNotification.vue @@ -224,7 +224,7 @@ export default { default: break; } - row.defectReceiverOptions = testPlanReceivers; + row.receiverOptions = testPlanReceivers; }, }, watch: { diff --git a/frontend/src/business/components/project/notification/track/TestPlanTaskNotification.vue b/frontend/src/business/components/project/notification/track/TestPlanTaskNotification.vue index 59109e737a..0da6a5c9be 100644 --- a/frontend/src/business/components/project/notification/track/TestPlanTaskNotification.vue +++ b/frontend/src/business/components/project/notification/track/TestPlanTaskNotification.vue @@ -214,7 +214,7 @@ export default { default: break; } - row.testPlanReceiverOptions = testPlanReceivers; + row.receiverOptions = testPlanReceivers; }, initExecuteReceivers(testPlanReceivers,row){ let i = row.userIds.indexOf('FOLLOW_PEOPLE'); diff --git a/frontend/src/business/components/project/notification/track/TestReviewNotification.vue b/frontend/src/business/components/project/notification/track/TestReviewNotification.vue index f2b86c7dd1..a2397e96a6 100644 --- a/frontend/src/business/components/project/notification/track/TestReviewNotification.vue +++ b/frontend/src/business/components/project/notification/track/TestReviewNotification.vue @@ -205,7 +205,7 @@ export default { default: break; } - row.reviewReceiverOptions = reviewReceiverOptions; + row.receiverOptions = reviewReceiverOptions; }, handleTemplate(index, row) { if (hasLicense()) {