Skip to content

Commit

Permalink
Update JsonForm.js
Browse files Browse the repository at this point in the history
  • Loading branch information
martineho committed Jan 4, 2024
1 parent 94eb935 commit d885649
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit d885649

Please sign in to comment.