diff --git a/ui/src/app/modals/app-config-union/app-config-union.page.ts b/ui/src/app/modals/app-config-union/app-config-union.page.ts index 2331ecaa2..651d1e242 100644 --- a/ui/src/app/modals/app-config-union/app-config-union.page.ts +++ b/ui/src/app/modals/app-config-union/app-config-union.page.ts @@ -37,6 +37,7 @@ export class AppConfigUnionPage { async handleUnionChange () { this.value = mapUnionSpec(this.spec, this.value) this.objectConfig.annotations = this.objectConfig.cursor.getAnnotations() + this.error = this.cursor.checkInvalid() } setSelectOptions () {