debug error handling in user panel and using new hooks of request instead axios

This commit is contained in:
2023-08-28 16:53:28 +03:30
parent 418e2a51e4
commit 13d1fbec59
7 changed files with 65 additions and 113 deletions

View File

@@ -42,7 +42,6 @@ const DashboardLayouts = (props) => {
{props.children}
</FullPageLayout>
</FullPageLayout>
{directionApp === "rtl" ? <ToastContainer rtl/> : <ToastContainer ltr/>}
</FullPageLayout>
);
};