Hotfix synchronization. Small quick fix. Reviewed by Watts while pairing.

pull/10616/head
Hunter Trujillo 2018-01-05 12:15:35 -07:00
parent 4330d43c7a
commit 177d81b21e
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ class DashboardPage extends Component {
if (
dashboard &&
dygraphs.length === graphsToSync.length &&
dashboard.cells.length > 1
dygraphs.length > 1
) {
Dygraph.synchronize(dygraphs, {
selection: true,