mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 11:08:12 +00:00
Merge branch 'freight/feature/vehicle_2' of github.com:Tria-plc/edr-platform into freight/feature/vehicle_2
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
// export const API_BASE_URL = 'https://edrfreightapi.triaplc.com';
|
export const API_BASE_URL = 'https://edrfreightapi.triaplc.com';
|
||||||
|
|
||||||
export const API_BASE_URL = 'http://localhost:3001';
|
// export const API_BASE_URL = 'http://localhost:3001';
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ export function PhoneField({
|
|||||||
label,
|
label,
|
||||||
value,
|
value,
|
||||||
onChange,
|
onChange,
|
||||||
onBlur,
|
// onBlur,
|
||||||
error,
|
error,
|
||||||
required,
|
required,
|
||||||
disabled,
|
disabled,
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
// export const API_BASE_URL = 'https://edrfreightapi.triaplc.com';
|
export const API_BASE_URL = 'https://edrfreightapi.triaplc.com';
|
||||||
export const API_BASE_URL = 'http://localhost:3001';
|
// export const API_BASE_URL = 'http://localhost:3001';
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import {
|
|||||||
AlertCircle,
|
AlertCircle,
|
||||||
ArrowLeft,
|
ArrowLeft,
|
||||||
ArrowRight,
|
ArrowRight,
|
||||||
UserCheck,
|
// UserCheck,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
import { useEffect, useRef, useState } from "react";
|
import { useEffect, useRef, useState } from "react";
|
||||||
import { useForm } from "react-hook-form";
|
import { useForm } from "react-hook-form";
|
||||||
|
|||||||
Reference in New Issue
Block a user