Skip to content

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ajay committed Oct 27, 2021
1 parent 4a5c51e commit bb60d88
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,6 @@ const FiltersConfigForm = (
<StyledFormItem
name={['filters', filterId, 'description']}
initialValue={filterToEdit?.description}
rules={[{ transform: value => value.trim() }]}
label={<StyledLabel>{t('Description')}</StyledLabel>}
>
<TextArea />
Expand Down

0 comments on commit bb60d88

Please sign in to comment.