-
- Submit New
-
-
-
-
-
- Title
-
-
-
- Description
-
-
-
-
- Submit
-
-
- Cancel
-
-
-
- );
+
+ const handleCancel = () => {
+ setTitle('');
+ setDescription('');
+ };
+
+ const handleClose = () => {
+ setTitle('');
+ setDescription('');
+ reset();
+ };
+
+ return (
+