@woosmap/ui 4.208.0 → 4.209.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -420,7 +420,7 @@ export default class AutocompleteAddressDemo extends Component {
|
|
|
420
420
|
disabled={!selectedLocality}
|
|
421
421
|
>
|
|
422
422
|
<div className="showcase-result-wrapper nopad">
|
|
423
|
-
<div className="showcase-request
|
|
423
|
+
<div className="showcase-result-request">
|
|
424
424
|
<h4>{tr('Request')}</h4>
|
|
425
425
|
<CodeSnippet language="bash" codeString={this.renderCurlCode()} />
|
|
426
426
|
</div>
|