Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit bdb2232

Browse files
cpsievertchriddyp
authored andcommitted
rename dashFireEvent to fireEvent
1 parent fa77603 commit bdb2232

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dash_core_components/metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@
12531253
"required": false,
12541254
"description": "Function that updates the state tree."
12551255
},
1256-
"dashFireEvent": {
1256+
"fireEvent": {
12571257
"type": {
12581258
"name": "func"
12591259
},

src/components/Graph.react.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ PlotlyGraph.propTypes = {
462462
/**
463463
* Function that fires events
464464
*/
465-
dashFireEvent: PropTypes.func
465+
fireEvent: PropTypes.func
466466
}
467467

468468
PlotlyGraph.defaultProps = {

0 commit comments

Comments
 (0)