mirror of
https://github.com/maputnik/editor.git
synced 2026-08-31 17:37:25 +00:00
Add color field
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import { Select, Input } from 'rebass'
|
||||
class EnumField extends React.Component {
|
||||
static propTypes = {
|
||||
name: React.PropTypes.string.isRequired,
|
||||
value: React.PropTypes.string.isRequired,
|
||||
value: React.PropTypes.string,
|
||||
allowedValues: React.PropTypes.array.isRequired,
|
||||
doc: React.PropTypes.string,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user