Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Mar 22, 2024
1 parent 61ba22c commit 5b55234
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions resources/views/infolists/components/json-entry.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
],
});
@php
$state = $getState();
ray($state);
@endphp
codeMirrorEditor.setSize(null, '100%');
codeMirrorEditor.setValue({{ json_encode(json_encode($getState(), JSON_PRETTY_PRINT), JSON_UNESCAPED_SLASHES) }} ?? '{}');
Expand Down

0 comments on commit 5b55234

Please sign in to comment.