Merge branch 'dev' of http://git.wdipl.com/Siddhesh.More/tanami-admin-panel into dev
This commit is contained in:
@@ -1527,6 +1527,156 @@ const GlobalStateProvider = ({ children }) => {
|
||||
},
|
||||
]);
|
||||
|
||||
const [bankInvestor, setBankInvestor] = useState([
|
||||
{
|
||||
id: 1,
|
||||
date:"02-Jan-2024",
|
||||
clientId: "SA00000001",
|
||||
firstName: "John",
|
||||
lastName: "David",
|
||||
country: "Saudi Arabia",
|
||||
phoneNumber: "8940035906",
|
||||
mailId: "john@gmail.com",
|
||||
status: "Completed",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
date:"02-Jan-2024",
|
||||
clientId: "SA00000001",
|
||||
firstName: "John",
|
||||
lastName: "David",
|
||||
country: "Saudi Arabia",
|
||||
phoneNumber: "8940035906",
|
||||
mailId: "john@gmail.com",
|
||||
status: "Incompleted",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
date:"02-Jan-2024",
|
||||
clientId: "SA00000001",
|
||||
firstName: "John",
|
||||
lastName: "David",
|
||||
country: "Saudi Arabia",
|
||||
phoneNumber: "8940035906",
|
||||
mailId: "john@gmail.com",
|
||||
status: "Completed",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
date:"02-Jan-2024",
|
||||
clientId: "SA00000001",
|
||||
firstName: "John",
|
||||
lastName: "David",
|
||||
country: "Saudi Arabia",
|
||||
phoneNumber: "8940035906",
|
||||
mailId: "john@gmail.com",
|
||||
status: "Incompleted",
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
date:"02-Jan-2024",
|
||||
clientId: "SA00000001",
|
||||
firstName: "John",
|
||||
lastName: "David",
|
||||
country: "Saudi Arabia",
|
||||
phoneNumber: "8940035906",
|
||||
mailId: "john@gmail.com",
|
||||
status: "Completed",
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
date:"02-Jan-2024",
|
||||
clientId: "SA00000001",
|
||||
firstName: "John",
|
||||
lastName: "David",
|
||||
country: "Saudi Arabia",
|
||||
phoneNumber: "8940035906",
|
||||
mailId: "john@gmail.com",
|
||||
status: "Incompleted",
|
||||
},
|
||||
{
|
||||
id: 7,
|
||||
date:"02-Jan-2024",
|
||||
clientId: "SA00000001",
|
||||
firstName: "John",
|
||||
lastName: "David",
|
||||
country: "Saudi Arabia",
|
||||
phoneNumber: "8940035906",
|
||||
mailId: "john@gmail.com",
|
||||
status: "Incompleted",
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
date:"02-Jan-2024",
|
||||
clientId: "SA00000001",
|
||||
firstName: "John",
|
||||
lastName: "David",
|
||||
country: "Saudi Arabia",
|
||||
phoneNumber: "8940035906",
|
||||
mailId: "john@gmail.com",
|
||||
status: "Completed",
|
||||
},
|
||||
{
|
||||
id: 9,
|
||||
date:"02-Jan-2024",
|
||||
clientId: "SA00000001",
|
||||
firstName: "John",
|
||||
lastName: "David",
|
||||
country: "Saudi Arabia",
|
||||
phoneNumber: "8940035906",
|
||||
mailId: "john@gmail.com",
|
||||
status: "Completed",
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
date:"02-Jan-2024",
|
||||
clientId: "SA00000001",
|
||||
firstName: "John",
|
||||
lastName: "David",
|
||||
country: "Saudi Arabia",
|
||||
phoneNumber: "8940035906",
|
||||
mailId: "john@gmail.com",
|
||||
status: "Incompleted",
|
||||
},
|
||||
]);
|
||||
|
||||
const [manageAcademy , setManageAcademy] = useState([
|
||||
{
|
||||
id: 1,
|
||||
header:"Investing in Private Equity",
|
||||
content: "Private equity investing involve...",
|
||||
bannerImage: "John",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
header:"Investing in Private Equity",
|
||||
content: "Private equity investing involve...",
|
||||
bannerImage: "John",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
header:"Investing in Private Equity",
|
||||
content: "Private equity investing involve...",
|
||||
bannerImage: "John",
|
||||
},
|
||||
])
|
||||
|
||||
const [manageVideo , setManageVideo] = useState([
|
||||
{
|
||||
id: 1,
|
||||
name:"Investing in Private Equity",
|
||||
videoUploaded: "Video.mp4",
|
||||
},
|
||||
])
|
||||
|
||||
const [academicDocuments , setAcademicDocuments] = useState([
|
||||
{
|
||||
id: 1,
|
||||
fullName:"Investing in Private Equity",
|
||||
document: "Video.mp4",
|
||||
},
|
||||
])
|
||||
|
||||
return (
|
||||
<GlobalStateContext.Provider
|
||||
value={{
|
||||
@@ -1584,6 +1734,14 @@ const GlobalStateProvider = ({ children }) => {
|
||||
setDepositRequest,
|
||||
depositHistory,
|
||||
setDepositHistory,
|
||||
bankInvestor,
|
||||
setBankInvestor,
|
||||
manageAcademy,
|
||||
setManageAcademy,
|
||||
manageVideo,
|
||||
setManageVideo,
|
||||
academicDocuments,
|
||||
setAcademicDocuments,
|
||||
}}
|
||||
>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user