mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +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 () {
|
async handleUnionChange () {
|
||||||
this.value = mapUnionSpec(this.spec, this.value)
|
this.value = mapUnionSpec(this.spec, this.value)
|
||||||
this.objectConfig.annotations = this.objectConfig.cursor.getAnnotations()
|
this.objectConfig.annotations = this.objectConfig.cursor.getAnnotations()
|
||||||
|
this.error = this.cursor.checkInvalid()
|
||||||
}
|
}
|
||||||
|
|
||||||
setSelectOptions () {
|
setSelectOptions () {
|
||||||
|
|||||||
Reference in New Issue
Block a user