Skip to content

Commit cf19476

Browse files
committed
fix: Add displayNotifier to Graph config
1 parent 4fe351e commit cf19476

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

components/dash-core-components/src/components/Graph.react.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,11 @@ PlotlyGraph.propTypes = {
550550
* plot rather than registering them globally.
551551
*/
552552
locales: PropTypes.object,
553+
554+
/**
555+
* Determines whether or not notifier is displayed
556+
*/
557+
displayNotifier: PropTypes.bool,
553558
}),
554559

555560
/**

0 commit comments

Comments
 (0)