cocoda-sdk 3.3.1 → 3.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2077,7 +2077,7 @@ var LabelSearchSuggestionProvider = class extends BaseProvider {
2077
2077
  if (!registry || registry.has.search === false) {
2078
2078
  return [];
2079
2079
  }
2080
- let url = this._jskos.overrides.find((o) => import_jskos_tools7.default.compare(o, targetScheme))?.search;
2080
+ let url = (this._jskos.overrides || []).find((o) => import_jskos_tools7.default.compare(o, targetScheme))?.search;
2081
2081
  const data3 = await registry.search({
2082
2082
  ...config,
2083
2083
  url,