mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
comment entire setTimeout for new
This commit is contained in:
committed by
Aiden McClelland
parent
f6e142baf5
commit
13cda80ee6
@@ -61,9 +61,9 @@ export class FormObjectComponent {
|
||||
this.setDisplays()
|
||||
|
||||
// setTimeout hack to avoid ExpressionChangedAfterItHasBeenCheckedError
|
||||
setTimeout(() => {
|
||||
// if (this.original && Object.values(this.objectSpec).some(spec => spec['is-new'])) this.hasNewOptions.emit()
|
||||
})
|
||||
// setTimeout(() => {
|
||||
// if (this.original && Object.values(this.objectSpec).some(spec => spec['is-new'])) this.hasNewOptions.emit()
|
||||
// })
|
||||
}
|
||||
|
||||
ngOnChanges(changes: SimpleChanges) {
|
||||
|
||||
Reference in New Issue
Block a user