Merge tag 'v0.14.0' into develop
v0.14.0
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
NEXT_PUBLIC_VERSION="0.13.0"
|
NEXT_PUBLIC_VERSION="0.14.0"
|
||||||
NEXT_PUBLIC_API_URL="https://rms.witel.ir"
|
NEXT_PUBLIC_API_URL="https://rms.witel.ir"
|
||||||
NEXT_PUBLIC_MAPTILE_ENDPOINT="https://rmsmap.rmto.ir/141map"
|
NEXT_PUBLIC_MAPTILE_ENDPOINT="https://rmsmap.rmto.ir/141map"
|
||||||
@@ -69,7 +69,7 @@ const CompeleteRequest = ({ watch, isSubmitting, setValue, register }) => {
|
|||||||
setOtpSended(true);
|
setOtpSended(true);
|
||||||
setDelayPerRequest(true);
|
setDelayPerRequest(true);
|
||||||
})
|
})
|
||||||
.catch(() => {});
|
.catch(() => { });
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -35,4 +35,5 @@ const ActivityCodeLog = memo(({ activity_code }) => {
|
|||||||
});
|
});
|
||||||
ActivityCodeLog.displayName = "ActivityCodeLog";
|
ActivityCodeLog.displayName = "ActivityCodeLog";
|
||||||
|
|
||||||
|
ActivityCodeLog.displayName = "ActivityCodeLog";
|
||||||
export default ActivityCodeLog;
|
export default ActivityCodeLog;
|
||||||
|
|||||||
Reference in New Issue
Block a user