Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 61f1cc7

Browse files
committedJan 4, 2025·
update default
1 parent 7413447 commit 61f1cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/Autocomplete/SectionItemsList/SectionItemsList.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const DefaultRenderSectionItemsList: RenderSectionItemsList = function ({ sectio
2121
useContext(CioAutocompleteContext);
2222
const { displayShowAllResultsButton, translations } = advancedParameters || {};
2323
const { onSubmit } = getFormProps();
24-
const { type, displayName, displayNoResultsMessage = true } = section;
24+
const { type, displayName, displayNoResultsMessage} = section;
2525
let sectionTitle = displayName;
2626

2727
if (!sectionTitle) {

0 commit comments

Comments
 (0)
Please sign in to comment.