brilliant-orangeB
Refine12mo ago
9 replies
brilliant-orange

When I create a folder within the app, it becomes a uri path.

How do I get this NatureClass use it?
export default function NatureClassCreate() {
  const {
    saveButtonProps,
    refineCore: { formLoading, onFinish },
    handleSubmit,
    register,
    control,
    formState: { errors },
  } = useForm({});****
Was this page helpful?