mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
ui: fix union error message
This commit is contained in:
committed by
Keagan McClelland
parent
09f858d28d
commit
b95686282d
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user