From d2d26063b69e6819a50e479f35f093c0f87e7d97 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Sat, 29 Jul 2023 21:28:58 -0300 Subject: [PATCH] . --- content/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) !!};