diff --git a/packages/pluggableWidgets/combobox-web/src/helpers/utils.ts b/packages/pluggableWidgets/combobox-web/src/helpers/utils.ts index 51dd54cd62..fc3cc0fed5 100644 --- a/packages/pluggableWidgets/combobox-web/src/helpers/utils.ts +++ b/packages/pluggableWidgets/combobox-web/src/helpers/utils.ts @@ -94,7 +94,7 @@ export function getFilterTypeOptions(filter: FilterTypeEnum): MatchSorterOptions }; case "startsWith": return { - threshold: matchSorter.rankings.WORD_STARTS_WITH + threshold: matchSorter.rankings.STARTS_WITH }; case "none": return {