Skip to content

Commit

Permalink
ERM-3437, The License content filter is not set back to it's original…
Browse files Browse the repository at this point in the history
… state of two empty dropdown selection boxes (#763)
  • Loading branch information
MonireRasouli authored Nov 26, 2024
1 parent f4ebddd commit 81cc11a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ContentFilter/ContentFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const ContentFieldArray = ({ handleSubmit, contentOptions, name }) => {
}}
/>
<Field
key={values[name][index]?.content}
component={MultiSelection}
dataOptions={translatedContentOptions}
id={`${filter}-content-multi-select`}
Expand Down

0 comments on commit 81cc11a

Please sign in to comment.