mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
Merge branch 'development' of gitlab.com:mbugroup/lti-web-client into feat/FE/US-334/TASK-344-345-slicing-and-integrate-expedition-hpp-report-table
This commit is contained in:
@@ -54,6 +54,7 @@ export class ClosingApiService extends BaseApiService<Closing, null, null> {
|
|||||||
return getSingleRes;
|
return getSingleRes;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (axios.isAxiosError<BaseApiResponse<Closing>>(error)) {
|
if (axios.isAxiosError<BaseApiResponse<Closing>>(error)) {
|
||||||
|
return error.response?.data;
|
||||||
}
|
}
|
||||||
return undefined;
|
return undefined;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user