@ -88,7 +87,7 @@ export function generateNewIngressesFromFormPaths(
}
// remove the old paths from the newIngresses copy
constnewIngresses: IngressFormValues[]=angular.copy(oldIngresses)??[];// the current jest version doesn't support structured cloning, so we need to use angular.copy