mirror of
https://github.com/maputnik/editor.git
synced 2026-06-22 15:17:29 +00:00
Added missing propType.
This commit is contained in:
@@ -58,7 +58,8 @@ class ToolbarLink extends React.Component {
|
|||||||
class ToolbarAction extends React.Component {
|
class ToolbarAction extends React.Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
children: PropTypes.node,
|
children: PropTypes.node,
|
||||||
onClick: PropTypes.func
|
onClick: PropTypes.func,
|
||||||
|
wdKey: PropTypes.string
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|||||||
Reference in New Issue
Block a user