Add TODO to indicate future refactoring.

This commit is contained in:
mikeroq 2022-07-05 18:02:37 -05:00
parent 1b45170ca3
commit 2781bd02b5

View file

@ -159,6 +159,7 @@
<script nonce="{{ csrf_token() }}">
@if(Request::has('model_id'))
//TODO: Refactor custom fields to use Livewire, populate from server on page load when requested with model_id
$(document).ready(function() {
fetchCustomFields()
});