Browse Source

Bugfix for google maps check.

pull/387/head
Sebastian Stehle 7 years ago
parent
commit
a1e4e8d74e
  1. 2
      src/Squidex/app/shared/components/geolocation-editor.component.html

2
src/Squidex/app/shared/components/geolocation-editor.component.html

@ -2,7 +2,7 @@
<form [class.hidden]="snapshot.isMapHidden">
<div class="editor" #editor></div>
<input [class.hidden]="!snapshot.isGoogleMaps" class="form-control search-control" type="text" [disabled]="snapshot.isDisabled" placeholder="Search Google Maps" #searchBox />
<input [class.hidden]="!isGoogleMaps" class="form-control search-control" type="text" [disabled]="snapshot.isDisabled" placeholder="Search Google Maps" #searchBox />
</form>
<div class="row mt-2">

Loading…
Cancel
Save