Eye Exam section not loading

Hello everyone,

I have been trying to access the eye exam feature part of openEMR but it is not fully loading.

Can anyone help?
I added a screenshot of it

I found the solution: Basically it was solved by a pull request here fix: eye form bug and other php8 fatal errors and deprecations (#6428) · openemr/openemr@2aad5b9 · GitHub

So basically you search for eye_base.php in the Xammp folder.
You open it and go to line 372 and replace what is there with : ‘from_id’ : <?php echo attr_js((int) $providerID); ?>,

After that you go to line 1904 and write this: const shortcut = new Set();

And voila!!!