We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current logic in the useEffect of AdminPanel.js after the switch to Formule could use some review to see if it can be simplified.
useEffect
AdminPanel.js
Also, review the onFinish in CreateForm to make sure the structure of the data passed to initFormuleSchema is right.
onFinish
CreateForm
initFormuleSchema
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current logic in the
useEffect
ofAdminPanel.js
after the switch to Formule could use some review to see if it can be simplified.Also, review the
onFinish
inCreateForm
to make sure the structure of the data passed toinitFormuleSchema
is right.The text was updated successfully, but these errors were encountered: