Fix uncaught exception in locationpicker.js

This commit is contained in:
fipwmaqzufheoxq92ebc 2020-10-11 12:36:02 +02:00
parent 41067b23bb
commit a7e7e6d407
No known key found for this signature in database
GPG Key ID: F4DF989490C2ADB7

View File

@ -6,9 +6,10 @@
@php if(empty($prefillById)) { $prefillById = ''; } @endphp
@php if(!isset($isRequired)) { $isRequired = true; } @endphp
@php if(empty($hint)) { $hint = ''; } @endphp
@php if(empty($nextInputSelector)) { $nextInputSelector = ''; } @endphp
<div class="form-group"
@if(isset($nextInputSelector))data-next-input-selector="{{ $nextInputSelector }}" @endif
data-next-input-selector="{{ $nextInputSelector }}"
data-prefill-by-name="{{ $prefillByName }}"
data-prefill-by-id="{{ $prefillById }}">
<label for="location_id">{{ $__t('Location') }}&nbsp;&nbsp;<span @if(!empty($hintId))id="{{ $hintId }}" @endif