Skip to content

Commit 9b9c0d1

Browse files
committed
Update docstring and draftlogs
1 parent ea44ed3 commit 9b9c0d1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

draftlogs/7896_add.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add ability to use custom URL for chart upload from the dialog UI [#7896](https://github.com/plotly/plotly.js/pull/7896)

src/components/modebar/cloud_confirm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var _ = require('../../lib')._;
1818
* plotlyServerURL config for that upload.
1919
*
2020
* @param {DOM node} gd - the graph div, used to scope the dialog to the plot
21-
* @param {string} serverUrl - default destination, pre-filled into the URL input
21+
* @param {string} serverUrl - default destination
2222
* @param {function} onConfirm - called with the (possibly edited) server URL when confirmed
2323
*/
2424
module.exports = function confirmCloudDialog(gd, serverUrl, onConfirm) {

0 commit comments

Comments
 (0)