mirror of
https://github.com/maputnik/editor.git
synced 2026-08-26 06:57:26 +00:00
Lots of smaller fixes found in the console logs during testing.
This commit is contained in:
@@ -10,7 +10,7 @@ class LayerIdBlock extends React.Component {
|
||||
value: PropTypes.string.isRequired,
|
||||
wdKey: PropTypes.string.isRequired,
|
||||
onChange: PropTypes.func.isRequired,
|
||||
error: PropTypes.object.isRequired,
|
||||
error: PropTypes.object,
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user