mirror of
https://github.com/maputnik/editor.git
synced 2026-01-04 04:20:01 +00:00
Fixed lint errors
This commit is contained in:
@@ -40,6 +40,7 @@ export default class PropertyGroup extends React.Component {
|
||||
groupFields: PropTypes.array.isRequired,
|
||||
onChange: PropTypes.func.isRequired,
|
||||
spec: PropTypes.object.isRequired,
|
||||
errors: PropTypes.array,
|
||||
}
|
||||
|
||||
onPropertyChange = (property, newValue) => {
|
||||
|
||||
Reference in New Issue
Block a user