working tabs👷‍♂️

This commit is contained in:
YasinShaikh123
2024-11-14 16:04:20 +05:30
parent 06548abf1e
commit 5fc16b58ea
13 changed files with 1655 additions and 759 deletions

View File

@@ -94,7 +94,7 @@ const Exit = ({ isOpen, onClose }) => {
const res = await getDistributionInvestment({ id, data });
console.log(res?.data?.data);
if (res?.error?.status === 401) {
if (res?.error?.status === 401) {
// toast({
// render: () => (
// <ToastBox message={res?.error?.data?.message} status={"error"} />

View File

@@ -55,7 +55,7 @@ const UpdateIONav = ({ isOpen, onClose }) => {
const [createIoNav] = useCreateIoNavMutation()
const onSubmit = async (data) => {
setIsLoading(true);
try {