Merge branch 'dev' of http://git.wdipl.com/Siddhesh.More/tanami-admin-panel into dev
This commit is contained in:
@@ -7,6 +7,8 @@ import { TbClock2 } from "react-icons/tb";
|
||||
import { CiWallet } from "react-icons/ci";
|
||||
import { HiOutlineReceiptPercent } from "react-icons/hi2";
|
||||
import { IoMdQrScanner } from "react-icons/io";
|
||||
import { GrDocumentPdf } from "react-icons/gr";
|
||||
import { AiOutlineFileGif } from "react-icons/ai";
|
||||
|
||||
const getRandomDate = (start, end) => {
|
||||
const date = new Date(
|
||||
@@ -488,8 +490,22 @@ const GlobalStateProvider = ({ children }) => {
|
||||
updateOn: "28-Jun-24",
|
||||
},
|
||||
]);
|
||||
|
||||
|
||||
const [create, setCreate] = useState([
|
||||
{
|
||||
id: 1,
|
||||
Type: <GrDocumentPdf />,
|
||||
fileName: "Investment Private Company",
|
||||
document: "Investment.pdf",
|
||||
status: true,
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
Type: <AiOutlineFileGif />,
|
||||
fileName: "Investment Private",
|
||||
document: "Investment.pdf",
|
||||
status: true,
|
||||
},
|
||||
]);
|
||||
const [keyMerits, setKeyMerits] = useState([
|
||||
{
|
||||
id: 1,
|
||||
@@ -1576,8 +1592,8 @@ const GlobalStateProvider = ({ children }) => {
|
||||
setDeleteRequest,
|
||||
viewIO,
|
||||
setViewIO,
|
||||
// create,
|
||||
// setCreate,
|
||||
create,
|
||||
setCreate,
|
||||
keyMerits,
|
||||
setKeyMerits,
|
||||
iOArtifacts,
|
||||
|
||||
Reference in New Issue
Block a user