@gravitee/ui-policy-studio-angular 16.2.1-apim-11674-edit-ps-flows-for-llm-proxy-1371f4c → 16.2.1-apim-11674-edit-ps-flows-for-llm-proxy-8fbf63c

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.
@@ -891,7 +891,7 @@ const sanitizeMethods = (value) => {
891
891
  return [];
892
892
  return value;
893
893
  };
894
- const sanitizeMethodFormValue = (methods, path) => {
894
+ const sanitizeMethodFormValue = (methods) => {
895
895
  if (!methods || methods.length === 0)
896
896
  return [];
897
897
  return methods;