- updated backoffice setup
- need to add async loading state
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import { Field, useFormikContext } from "formik";
|
||||
import { Field } from "formik";
|
||||
import FormGroup from "../components/FormGroup";
|
||||
import FormToggle from "../components/FormToggle";
|
||||
|
||||
const SightingDataFields = () => {
|
||||
useFormikContext();
|
||||
|
||||
return (
|
||||
<div className="flex flex-col space-y-2 px-2">
|
||||
<FormGroup>
|
||||
|
||||
Reference in New Issue
Block a user