From b95686282da3da1e3e67a3b4b4daa3014baf9726 Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Fri, 12 Mar 2021 10:25:12 -0700 Subject: [PATCH] ui: fix union error message --- ui/src/app/modals/app-config-union/app-config-union.page.ts | 1 + 1 file changed, 1 insertion(+) 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 () {