fix for instruments and genres initial loading in profile edit form
This commit is contained in:
parent
c60959126c
commit
4f6bf663dd
|
|
@ -64,7 +64,7 @@ function JKEditProfile() {
|
|||
updateFormData(userProfile);
|
||||
}, [userProfile]);
|
||||
|
||||
useEffect(() => {
|
||||
useLayoutEffect(() => {
|
||||
fetchInstruments();
|
||||
fetchGenres();
|
||||
fetchCountries();
|
||||
|
|
|
|||
Loading…
Reference in New Issue