Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
annabelz committed Feb 28, 2024
1 parent 51fbdac commit 4a8fea4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions frontend/src/FormModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@ const style = {
p: 4,
};

// export const FormModal = React.createClass({
// getInitialState () {
// return {

// }
// },

// })

export default function FormModal() {

const [open, setOpen] = React.useState(false);
Expand Down Expand Up @@ -105,6 +96,8 @@ export default function FormModal() {
setValidatePreview(false);
};

//function

return (
<div>
<Button
Expand Down

0 comments on commit 4a8fea4

Please sign in to comment.