GrafiteInc/Scaffold

View on GitHub
resources/js/script-components/ajax-forms.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function ajax has 58 lines of code (exceeds 25 allowed). Consider refactoring.
Open

window.ajax = (_event) => {
    let _originalContent = null;
    _event.preventDefault();

    let _form = _event.target.closest('form');
Severity: Major
Found in resources/js/script-components/ajax-forms.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status