Skip to content

Commit

Permalink
portal/brand: When selecting a company a loop is generated recovering…
Browse files Browse the repository at this point in the history
… the country
  • Loading branch information
R0MANDEV committed Apr 11, 2024
1 parent 7fe7f2c commit 3e7dae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const useDefaultCountryId = (props: useDefaultCountryIdProps): void => {
formik.setFieldValue('country', countryId);
},
});
}, [create, companyId, formik, apiGet]);
}, [create, companyId, apiGet]);
};

export default useDefaultCountryId;

0 comments on commit 3e7dae0

Please sign in to comment.