mirror of
https://github.com/maputnik/editor.git
synced 2026-08-31 01:17:27 +00:00
Lots of smaller fixes found in the console logs during testing.
This commit is contained in:
@@ -9,8 +9,8 @@ export default class DocLabel extends React.Component {
|
||||
PropTypes.object,
|
||||
PropTypes.string
|
||||
]).isRequired,
|
||||
fieldSpec: PropTypes.object.isRequired,
|
||||
onToggleDoc: PropTypes.func.isRequired,
|
||||
fieldSpec: PropTypes.object,
|
||||
onToggleDoc: PropTypes.func,
|
||||
}
|
||||
|
||||
constructor (props) {
|
||||
|
||||
Reference in New Issue
Block a user