This commit is contained in:
2024-07-09 19:05:45 +05:30
8 changed files with 288 additions and 63 deletions

View File

@@ -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,