Skip to content
Snippets Groups Projects
Unverified Commit 1a8433ec authored by Rafael Ferreira's avatar Rafael Ferreira Committed by GitHub
Browse files

[FIX] Omnichannel - typo error label at current chats page (#19379)

parent ec2d63e9
No related branches found
No related tags found
No related merge requests found
...@@ -170,7 +170,7 @@ const FilterByText = ({ setFilter, reload, ...props }) => { ...@@ -170,7 +170,7 @@ const FilterByText = ({ setFilter, reload, ...props }) => {
</Box>} </Box>}
{allCustomFields && <Box display='flex' flexDirection='row' marginBlockStart='x8' {...props}> {allCustomFields && <Box display='flex' flexDirection='row' marginBlockStart='x8' {...props}>
<Box display='flex' mie='x8' flexGrow={1} flexDirection='column'> <Box display='flex' mie='x8' flexGrow={1} flexDirection='column'>
<Label mb='x4'>{t('Custom_fields')}:</Label> <Label mb='x4'>{t('Custom_Fields')}:</Label>
<MultiSelect options={customFieldsOptions} value={customFields} onChange={handleCustomFields} flexGrow={1} {...props}/> <MultiSelect options={customFieldsOptions} value={customFields} onChange={handleCustomFields} flexGrow={1} {...props}/>
</Box> </Box>
</Box>} </Box>}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment