fix for instruments and genres initial loading in profile edit form

This commit is contained in:
Nuwan 2024-09-09 15:26:56 +05:30
parent c60959126c
commit 4f6bf663dd
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ function JKEditProfile() {
updateFormData(userProfile);
}, [userProfile]);
useEffect(() => {
useLayoutEffect(() => {
fetchInstruments();
fetchGenres();
fetchCountries();