Update Tasks

This commit is contained in:
Possible
2024-06-26 00:05:46 +01:00
parent 967aec7bd1
commit ffe67e8c56
3 changed files with 7 additions and 12 deletions
+1 -6
View File
@@ -1,6 +1 @@
import { lazy } from "react";
export const SkeletonLoader = lazy(()=> import("./Skeleton"))
export { default as SkeletonLoader } from "./Skeleton";
+5 -5
View File
@@ -16,17 +16,17 @@ function renderRoutes(role) {
path="/admin/dashboard"
element={<AdminDashboardPage />}
></Route>
<Route
exact
path="/admin/receipt"
element={<AdminListReceipts />}
></Route>
</Routes>
);
break;
default:
return (
<Routes>
<Route
exact
path="/admin/receipt"
element={<AdminListReceipts />}
></Route>
<Route exact path="/admin/login" element={<AdminLoginPage />}></Route>
<Route path="*" exact element={<NotFoundPage />}></Route>
+1 -1
View File
@@ -208,7 +208,7 @@ const columns = [
key: "sku",
operation: "list",
},
selected_column: false,
selected_column: true,
isSortedDesc: false,
mappingExist: false,
mappings: {},