fix: automatic viya deploy timing issue
This commit is contained in:
@@ -95,9 +95,11 @@ export class AutomaticComponent implements OnInit {
|
||||
getCurrentUser,
|
||||
getComputeContexts
|
||||
]).then(() => {
|
||||
if (this.selectedComputeContext) {
|
||||
this.onComputeContextChange(this.selectedComputeContext)
|
||||
}
|
||||
setTimeout(() => {
|
||||
if (this.selectedComputeContext) {
|
||||
this.onComputeContextChange(this.selectedComputeContext)
|
||||
}
|
||||
}, 500)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user