diff --git a/emerald-json-editor-react-example/src/components/JsonForm.js b/emerald-json-editor-react-example/src/components/JsonForm.js index b1fdd95..453ad9b 100644 --- a/emerald-json-editor-react-example/src/components/JsonForm.js +++ b/emerald-json-editor-react-example/src/components/JsonForm.js @@ -5,7 +5,7 @@ import { importFile } from "../services/importFile"; const JsonForm = ({ data, setData }) => { const handleFormSubmit = () => { - console.log("Function to handle form submit"); + alert("Function to handle the form submit :-)"); }; return (