Skip to content

Commit

Permalink
#203 [Frontend] Feature Book, Categoriest, Author Student
Browse files Browse the repository at this point in the history
  • Loading branch information
fdhhhdjd committed Apr 20, 2023
1 parent 32638af commit 1ea0d50
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend-manager-cms/src/configs/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const CONSTANTS = {
* @descriptionKey TIME OUT
* @return {number}
*/
TIME_OUT_AXIOS: 3000,
TIME_OUT_AXIOS: 10000,
/**
* @author Nguyễn Tiến Tài
* @created_at 22/03/2023
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useDispatch } from 'react-redux';
import { Destroy_Media_Initial, Upload_Media_Initial } from 'redux/media/upload_remove_media/media_thunk';

//!SHARE
import CONSTANTS from 'configs/constants';
import CONSTANTS from '../../configs/constants';
import { useState } from 'react';
import NOTIFICATION from 'utils/notification';

Expand Down
2 changes: 1 addition & 1 deletion frontend-manager-student/src/configs/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const CONSTANTS = {
* @descriptionKey TIME OUT
* @return {number}
*/
TIME_OUT_AXIOS: 3000,
TIME_OUT_AXIOS: 10000,
/**
* @author Nguyễn Tiến Tài
* @created_at 22/03/2023
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//!LIBRARY
import { useState } from 'react';
import { useDispatch } from 'react-redux';

//!REDUX THUNK
import { Destroy_Media_Initial, Upload_Media_Initial } from 'redux/media/upload_remove_media/media_thunk';

//!SHARE
import CONSTANTS from 'configs/constants';
import { useState } from 'react';
import CONSTANTS from '../../configs/constants';
import NOTIFICATION from 'utils/notification';

const useUploadCloud = () => {
Expand Down

0 comments on commit 1ea0d50

Please sign in to comment.