mirror of
https://github.com/maputnik/editor.git
synced 2026-08-30 17:07:26 +00:00
Fixed eslint errors.
This commit is contained in:
@@ -5,6 +5,7 @@ import AutocompleteInput from './AutocompleteInput'
|
||||
class FontInput extends React.Component {
|
||||
static propTypes = {
|
||||
value: PropTypes.array.isRequired,
|
||||
default: PropTypes.array,
|
||||
fonts: PropTypes.array,
|
||||
style: PropTypes.object,
|
||||
onChange: PropTypes.func.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user