Perbaikan minor
This commit is contained in:
@@ -140,8 +140,8 @@ class="btn btn-light btn-lg w-100">
|
||||
<script src="{{ asset('js/select2.js') }}"></script>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
let location = @json($filterSelect['softsetting']);
|
||||
console.log(location.namaperusahaan);
|
||||
let location = @json($filterSelect['softsetting'] ?? '');
|
||||
console.log(location?.namaperusahaan);
|
||||
|
||||
let awal = '';
|
||||
let akhir = '';
|
||||
|
||||
Reference in New Issue
Block a user