chore: add feature flags

This commit is contained in:
Muhsin
2026-03-27 13:43:30 +04:00
parent 1d555cebfc
commit 797d7790db
2 changed files with 6 additions and 1 deletions
@@ -210,7 +210,11 @@ export default {
if (
this.isATwilioChannel &&
this.inbox.phone_number &&
this.inbox.medium === 'sms'
this.inbox.medium === 'sms' &&
this.isFeatureEnabledonAccount(
this.accountId,
FEATURE_FLAGS.CHANNEL_VOICE
)
) {
visibleToAllChannelTabs = [
...visibleToAllChannelTabs,