ui: fix union error message

This commit is contained in:
Aiden McClelland
2021-03-12 10:25:12 -07:00
committed by Keagan McClelland
parent 09f858d28d
commit b95686282d

View File

@@ -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 () {