mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 15:40:00 +00:00
Restructure CSS more
This commit is contained in:
@@ -6,7 +6,7 @@ import { margins } from '../../config/scales.js'
|
||||
|
||||
class IconInput extends React.Component {
|
||||
static propTypes = {
|
||||
value: React.PropTypes.array.isRequired,
|
||||
value: React.PropTypes.array,
|
||||
icons: React.PropTypes.array,
|
||||
style: React.PropTypes.object,
|
||||
onChange: React.PropTypes.func.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user