chore: Fix Twilio callback url not appearing until refresh (#3106)
The Twilio callback url wasn't being displayed until the page is refreshed fixes: #3034
This commit is contained in:
parent
cc244833d0
commit
49ac4a4400
1 changed files with 1 additions and 6 deletions
|
@ -1,6 +1 @@
|
||||||
json.id @inbox.id
|
json.partial! 'api/v1/models/inbox.json.jbuilder', resource: @inbox
|
||||||
json.channel_id @inbox.channel_id
|
|
||||||
json.name @inbox.name
|
|
||||||
json.channel_type @inbox.channel_type
|
|
||||||
json.enable_auto_assignment @inbox.enable_auto_assignment
|
|
||||||
json.phone_number @inbox.channel.phone_number
|
|
||||||
|
|
Loading…
Reference in a new issue