Skip to content

Commit 6a9e5ec

Browse files
rb
1 parent ecc7a71 commit 6a9e5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opencti-platform/opencti-front/src/components/saved_filters/SavedFiltersAutocomplete.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const SavedFiltersAutocomplete = ({ isDisabled, value, inputValue, onChange, onI
4949
return (
5050
<Autocomplete
5151
disableClearable
52-
value={value ?? null}
52+
value={value}
5353
disabled={isDisabled}
5454
isOptionEqualToValue={(option, v) => option?.value.id === v.value.id}
5555
inputValue={inputValue}

0 commit comments

Comments
 (0)