send existing graphPeakData, if any, in placeholder update
This commit is contained in:
parent
45c34f1477
commit
ea3f237bba
@ -144,7 +144,8 @@ class ServerRegistration {
|
||||
message: 'Waiting...',
|
||||
placeholder: true
|
||||
},
|
||||
recordData: this.recordData
|
||||
recordData: this.recordData,
|
||||
graphPeakData: this.getGraphPeak()
|
||||
}]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user