mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 15:40:00 +00:00
Sub-dependencies broke their API without a major version bump.
This fixes those errors and adds a package-lock.json
This commit is contained in:
@@ -139,7 +139,7 @@ class AddSource extends React.Component {
|
||||
onChange={v => this.setState({ sourceId: v})}
|
||||
/>
|
||||
</InputBlock>
|
||||
<InputBlock label={"Source Type"} doc={styleSpec.latest.source_tile.type.doc}>
|
||||
<InputBlock label={"Source Type"} doc={styleSpec.latest.source_vector.type.doc}>
|
||||
<SelectInput
|
||||
options={[
|
||||
['geojson', 'GeoJSON'],
|
||||
|
||||
Reference in New Issue
Block a user