Skip to content

Commit

Permalink
feat: added tooltip to department field on agent edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva committed Oct 19, 2023
1 parent 5a906be commit 0b0cf53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/meteor/client/views/omnichannel/agents/AgentEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const AgentEdit: FC<AgentEditProps> = ({ data, userDepartments, availableDepartm
<FieldLabel>{t('Departments')}</FieldLabel>
<FieldRow>
<MultiSelect
withTitle
data-qa='AgentEditTextInput-Departaments'
options={options}
value={departments}
Expand Down

0 comments on commit 0b0cf53

Please sign in to comment.