mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-27 00:52:50 +00:00
fix(freight-web): comment out unused onBlur prop and UserCheck import
This commit is contained in:
@@ -51,7 +51,7 @@ export function PhoneField({
|
||||
label,
|
||||
value,
|
||||
onChange,
|
||||
onBlur,
|
||||
// onBlur,
|
||||
error,
|
||||
required,
|
||||
disabled,
|
||||
|
||||
@@ -16,7 +16,7 @@ import {
|
||||
AlertCircle,
|
||||
ArrowLeft,
|
||||
ArrowRight,
|
||||
UserCheck,
|
||||
// UserCheck,
|
||||
} from "lucide-react";
|
||||
import { useEffect, useRef, useState } from "react";
|
||||
import { useForm } from "react-hook-form";
|
||||
|
||||
Reference in New Issue
Block a user