We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966a6a0 commit d8ffa83Copy full SHA for d8ffa83
gravitee-apim-console-webui/src/management/api/endpoints-v4/llm-provider/api-llm-provider.component.html
@@ -44,7 +44,7 @@
44
45
@if (showConfiguration && providerSchema?.config) {
46
<div class="endpoint-card__form__field">
47
- @if (formGroup.errors?.providerMismatch; as mismatch) {
+ @if (formGroup.dirty && formGroup.errors?.providerMismatch; as mismatch) {
48
<gio-banner-error> All endpoints in this group must use the same provider ({{ mismatch.expected }}). </gio-banner-error>
49
}
50
<gio-form-json-schema formControlName="configuration" [jsonSchema]="providerSchema.config"></gio-form-json-schema>
0 commit comments