home banner reload mechanism added
This commit was merged in pull request #856.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { createSlice } from "@reduxjs/toolkit";
|
||||
|
||||
const initialState = {
|
||||
commonHeadBanner: {}
|
||||
commonHeadBanner: {loading:true, data:{}}
|
||||
};
|
||||
|
||||
export const commonHeadBannerSlice = createSlice({
|
||||
|
||||
Reference in New Issue
Block a user