@woosmap/ui 4.206.0 → 4.207.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
|
@@ -394,7 +394,7 @@ export default class AutocompleteAddressDemo extends Component {
|
|
|
394
394
|
const { withMap, error, selectedLocality } = this.state;
|
|
395
395
|
|
|
396
396
|
return (
|
|
397
|
-
<article className="showcase showcase--autocomplete" id="autocomplete-demo">
|
|
397
|
+
<article className="showcase showcase--autocomplete" id="autocomplete-demo-section">
|
|
398
398
|
{withMap && <Script url={Constants.woosmapMapSdkUrl} />}
|
|
399
399
|
<div className="showcase-wrapper">
|
|
400
400
|
<h2 className="showcase-title">Autocomplete Demo</h2>
|