diff --git a/frontend/src/app-components/inputs/NlpPatternSelect.tsx b/frontend/src/app-components/inputs/NlpPatternSelect.tsx index 8ef8ba1..e42e2ee 100644 --- a/frontend/src/app-components/inputs/NlpPatternSelect.tsx +++ b/frontend/src/app-components/inputs/NlpPatternSelect.tsx @@ -121,7 +121,7 @@ const NlpPatternSelect = ( ref={ref} size="medium" disabled={options.length === 0} - defaultValue={defaultValue} + value={defaultValue} multiple={true} options={options} onChange={handleNlpEntityChange} @@ -183,7 +183,7 @@ const NlpPatternSelect = ( return (