diff --git a/components/queueManager/NotManaged/NotManagedCallsFilter.tsx b/components/queueManager/NotManaged/NotManagedCallsFilter.tsx index 11fb88c6..f037a877 100644 --- a/components/queueManager/NotManaged/NotManagedCallsFilter.tsx +++ b/components/queueManager/NotManaged/NotManagedCallsFilter.tsx @@ -26,6 +26,7 @@ import { savePreference } from '../../../lib/storage' import { DEFAULT_OUTCOME_FILTER, getFilterValues } from '../../../lib/queueManager' import { useTranslation } from 'react-i18next' import { cloneDeep, isEmpty } from 'lodash' +import { Tooltip } from 'react-tooltip' export interface NotManagedCallsFilterProps extends ComponentPropsWithRef<'div'> { updateTextFilter: Function @@ -517,15 +518,22 @@ export const NotManagedCallsFilter = forwardRef
- + + {' '} - {t('Queues.Queues')}: - {' '} - {queuesLabel} + {t('Queues.Queues')}:{' '} + + + {queuesLabel} +
+ {/* separator */}
{ updateTextFilter: Function @@ -110,11 +111,11 @@ export const CallsViewFilter = forwardRef
- + + {' '} - {t('Queues.Queues')}: - {' '} - {queuesLabel} + {t('Queues.Queues')}:{' '} + + + {queuesLabel} +
+ {/* separator */}