Skip to content

Commit

Permalink
Revert "feat: added tooltip to department field on agent edit page"
Browse files Browse the repository at this point in the history
This reverts commit 892efe5.
  • Loading branch information
aleksandernsilva committed Oct 20, 2023
1 parent 3f4db55 commit e8f30cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/meteor/client/views/omnichannel/agents/AgentEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ 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 e8f30cb

Please sign in to comment.