mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
chore(console): remove unwanted console log (#3582)
This commit is contained in:
parent
6cd15d0698
commit
aca6a9eeca
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ function LanguageDetails() {
|
|||
}, [api, globalMutate, isDefaultLanguage, languages, selectedLanguage, setSelectedLanguage]);
|
||||
|
||||
const onSubmit = handleSubmit(async (formData: Translation) => {
|
||||
console.log(formData);
|
||||
const updatedCustomPhrase = await upsertCustomPhrase(selectedLanguage, formData);
|
||||
void mutate(updatedCustomPhrase);
|
||||
toast.success(t('general.saved'));
|
||||
|
|
Loading…
Reference in a new issue