mirror of
https://github.com/maputnik/editor.git
synced 2026-01-20 12:20:03 +00:00
Merge pull request #290 from orangemug/fix/disable-gist
Disable gist export
This commit is contained in:
@@ -258,7 +258,7 @@ class ExportModal extends React.Component {
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
<div className="maputnik-modal-section">
|
||||
<div className="maputnik-modal-section hide">
|
||||
<h4>Save style</h4>
|
||||
<Gist mapStyle={this.props.mapStyle} onStyleChanged={this.props.onStyleChanged}/>
|
||||
</div>
|
||||
|
||||
@@ -76,3 +76,7 @@ label:hover {
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user