fix: Update the inbox id if changed (#6272)
This commit is contained in:
@@ -259,7 +259,7 @@ export default {
|
|||||||
id: this.selectedCampaign.id,
|
id: this.selectedCampaign.id,
|
||||||
title: this.title,
|
title: this.title,
|
||||||
message: this.message,
|
message: this.message,
|
||||||
inbox_id: this.$route.params.inboxId,
|
inbox_id: this.selectedInbox,
|
||||||
trigger_only_during_business_hours:
|
trigger_only_during_business_hours:
|
||||||
// eslint-disable-next-line prettier/prettier
|
// eslint-disable-next-line prettier/prettier
|
||||||
this.triggerOnlyDuringBusinessHours,
|
this.triggerOnlyDuringBusinessHours,
|
||||||
|
|||||||
Reference in New Issue
Block a user