mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 23:50:02 +00:00
Download style when open from gallery
This commit is contained in:
@@ -4,7 +4,7 @@ import { margins, fontSizes } from '../config/scales'
|
||||
|
||||
class Button extends React.Component {
|
||||
static propTypes = {
|
||||
onClick: React.PropTypes.func.isRequired,
|
||||
onClick: React.PropTypes.func,
|
||||
style: React.PropTypes.object,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user