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:
Sojan Jose 2021-09-29 18:29:13 +05:30 committed by GitHub
parent cc244833d0
commit 49ac4a4400
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1 @@
json.id @inbox.id
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
json.partial! 'api/v1/models/inbox.json.jbuilder', resource: @inbox