mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-17 07:52:03 +02:00
refactor form fields to enable usage with react-hook-form (#1656)
React Hook Form is a library that makes working with forms easier and reduces boilerplate. For it to be used in our project, some of the form fields had to be adjusted.
This commit is contained in:
committed by
GitHub
parent
7286a62a80
commit
640a270e1d
@@ -11,6 +11,7 @@
|
||||
"classnames": "^2.2.6",
|
||||
"query-string": "^5.0.1",
|
||||
"react": "^17.0.1",
|
||||
"react-hook-form": "^7.5.1",
|
||||
"react-i18next": "^10.13.1",
|
||||
"react-redux": "^5.0.7",
|
||||
"react-router-dom": "^5.1.2",
|
||||
|
||||
Reference in New Issue
Block a user