You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I wanted to hide the Inbox Channel field when editing API channels, in url/app/accounts/{id}/settings/inboxes/{id)
I tried to change the file /home/chatwoot/chatwoot/app/javascript/dashboard/routes/dashboard/settings/inbox/channels/Api.vue, but it only changes for creation and not for editing the item.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I wanted to hide the Inbox Channel field when editing API channels, in
url/app/accounts/{id}/settings/inboxes/{id)
I tried to change the file
/home/chatwoot/chatwoot/app/javascript/dashboard/routes/dashboard/settings/inbox/channels/Api.vue
, but it only changes for creation and not for editing the item.I have added
disabled="true"
like this
It works, but it only disables when creating a new channel, not when editing.
Has anyone tried something similar?
Beta Was this translation helpful? Give feedback.
All reactions