@ouestfrance/sipa-bms-ui 8.15.0 → 8.15.1

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.
@@ -188,7 +188,7 @@ const saveValuesToPathQuery = (values) => {
188
188
  writeLocation(searchParams);
189
189
  };
190
190
 
191
- const isProblem = (object) => !!object?.type && typeof object.type === "string" && object.type.includes("https://problems.bms.live");
191
+ const isProblem = (object) => !!object?.type && typeof object.type === "string" && object.type.includes("https://");
192
192
 
193
193
  const searchString = (item, searchText) => {
194
194
  return !isEmptyStringOrNotDefined(item) && searchText !== null && searchText !== void 0 && sanitizeString(item).includes(sanitizeString(searchText));