Skip to content

Commit ce17c4c

Browse files
committed
Re-add behavior that was removed by merge
1 parent 7bb2805 commit ce17c4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/modebar/buttons.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ modeBarButtons.sendChartToCloud = {
9292
return;
9393
}
9494

95-
confirmCloudDialog(gd, baseUrl, function () {
96-
Plots.sendDataToCloud(gd, baseUrl);
95+
confirmCloudDialog(gd, baseUrl, function (chosenUrl) {
96+
Plots.sendDataToCloud(gd, chosenUrl);
9797
});
9898
}
9999
};

0 commit comments

Comments
 (0)