rebase + remove log

This commit is contained in:
pablodanswer 2024-09-15 18:46:56 -07:00
parent d605542e8d
commit 4554aedbea

View File

@ -75,7 +75,6 @@ export function ProviderCreationModal({
"Failed to parse JSON file. Please ensure it's a valid JSON."
);
}
console.log(JSON.stringify(jsonContent));
setFieldValue("api_key", JSON.stringify(jsonContent));
} catch (error) {
setFieldValue("api_key", "");