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