diff --git a/content/index.blade.php b/content/index.blade.php index 86fcb1a..2833d15 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -140,7 +140,7 @@ const urlBase = "{{url('/')}}"; const type = "{{$_type}}"; const locationField = "{{$_location_field}}"; - const tagField = "{{$_tags_fielda??''}}"; + const tagField = "{{$_tags_field??''}}"; let filterFields = {!! json_encode($_filter_fields) !!};