We wanted to hide/remove the ASSIGN A QUEUE on flex dial pad but it also disables the blue phone icon and it requires agent press enter on keyboard after entering phone number. Is it possible to hide queues section while having the phone icon clickable?
Asked
Active
Viewed 143 times
1 Answers
1
css file with below code worked.
.Twilio-OutboundDialerPanel-QueueSelect-Caption {
display: none;
}
.Twilio-OutboundDialerPanel-QueueSelect {
display: none !important;
}

srikanth pasupuleti
- 133
- 5