bug fix
This commit is contained in:
2
.env
2
.env
@@ -1,5 +1,5 @@
|
||||
# API Configuration
|
||||
VITE_API_URL=https://simple-travel.felixits.uz/api/v1/
|
||||
VITE_API_URL=https://api.simpletravel.uz/api/v1/
|
||||
VITE_API_TIMEOUT=30000
|
||||
|
||||
# App Configuration
|
||||
|
||||
@@ -60,7 +60,6 @@ interface Data {
|
||||
const StepOne = ({
|
||||
setStep,
|
||||
data: detail,
|
||||
id,
|
||||
}: {
|
||||
setStep: Dispatch<SetStateAction<number>>;
|
||||
isEditMode: boolean;
|
||||
|
||||
Reference in New Issue
Block a user