added uploaded files
This commit is contained in:
@@ -7,6 +7,7 @@ const initialState = {
|
||||
othersInterestedTable: false,
|
||||
couponTable: false,
|
||||
walletTable: false,
|
||||
uploadsTable: false,
|
||||
};
|
||||
|
||||
export const tableReloadSlice = createSlice({
|
||||
@@ -33,6 +34,9 @@ export const tableReloadSlice = createSlice({
|
||||
case "WALLETTABLE":
|
||||
state.walletTable = !state.walletTable;
|
||||
return;
|
||||
case "UPLOADSTABLE":
|
||||
state.uploadsTable = !state.uploadsTable;
|
||||
return;
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user