debug error handling in user panel and using new hooks of request instead axios
This commit is contained in:
@@ -42,7 +42,6 @@ const DashboardLayouts = (props) => {
|
||||
{props.children}
|
||||
</FullPageLayout>
|
||||
</FullPageLayout>
|
||||
{directionApp === "rtl" ? <ToastContainer rtl/> : <ToastContainer ltr/>}
|
||||
</FullPageLayout>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user