send existing graphPeakData, if any, in placeholder update

This commit is contained in:
Nick Krecklow 2020-04-29 04:27:10 -05:00
parent 45c34f1477
commit ea3f237bba
No known key found for this signature in database
GPG Key ID: 5F149FDE156FFA94

@ -144,7 +144,8 @@ class ServerRegistration {
message: 'Waiting...',
placeholder: true
},
recordData: this.recordData
recordData: this.recordData,
graphPeakData: this.getGraphPeak()
}]
}