fix: Update the inbox id if changed (#6272)

This commit is contained in:
Pranav Raj S
2023-01-17 10:39:17 -08:00
committed by GitHub
parent 0b595211e3
commit 1df1b1f8e4

View File

@@ -259,7 +259,7 @@ export default {
id: this.selectedCampaign.id,
title: this.title,
message: this.message,
inbox_id: this.$route.params.inboxId,
inbox_id: this.selectedInbox,
trigger_only_during_business_hours:
// eslint-disable-next-line prettier/prettier
this.triggerOnlyDuringBusinessHours,