Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/views/omnichannel/departments/DepartmentEdit.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export function EditDepartment({ data, id, title, reload }) {
<Divider mb='x16' />
<Field>
<Field.Label mb='x4'>{t('Agents')}:</Field.Label>
<DepartmentsAgentsTable agents={data && data.agents} setAgentListFinal={setAgentList}/>
<Box display='flex' flexDirection='column' height='50vh'><DepartmentsAgentsTable agents={data && data.agents} setAgentListFinal={setAgentList}/></Box>
Comment thread
dougfabris marked this conversation as resolved.
Outdated
</Field>
</FieldGroup>
</Page.ScrollableContentWithShadow>
Expand Down