@gravitee/ui-policy-studio-angular 16.2.1-apim-11833-llm-proxy-ui-does-not-match-designs-2eb195a → 16.2.1-apim-11427-b9db356

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.
@@ -1620,7 +1620,7 @@ class GioPolicyStudioPoliciesCatalogDialogComponent {
1620
1620
  case 'NATIVE':
1621
1621
  return genericPolicy.flowPhaseCompatibility?.NATIVE_KAFKA?.includes(flowDialogData.flowPhase);
1622
1622
  case 'MCP_PROXY':
1623
- return genericPolicy.flowPhaseCompatibility?.HTTP_MCP_PROXY?.includes(flowDialogData.flowPhase);
1623
+ return genericPolicy.flowPhaseCompatibility?.MCP_PROXY?.includes(flowDialogData.flowPhase);
1624
1624
  case 'LLM_PROXY':
1625
1625
  return genericPolicy.flowPhaseCompatibility?.HTTP_LLM_PROXY?.includes(flowDialogData.flowPhase);
1626
1626
  default: