diff --git a/src/components/Dashboard/Dashboard.jsx b/src/components/Dashboard/Dashboard.jsx index e5ed7edc..e918629d 100644 --- a/src/components/Dashboard/Dashboard.jsx +++ b/src/components/Dashboard/Dashboard.jsx @@ -47,6 +47,20 @@ const Dashboard = () => {
+
+
+ +
+
+ +
+
+ +
+
+
+ +
{isAllProjectsSelected && (
@@ -69,20 +83,7 @@ const Dashboard = () => {
)} -
-
- -
-
- -
-
- -
-
-
- -
+ {/*
*/} diff --git a/src/components/purchase/DeliveryChallane.jsx b/src/components/purchase/DeliveryChallane.jsx index 99e22f4c..1600b77d 100644 --- a/src/components/purchase/DeliveryChallane.jsx +++ b/src/components/purchase/DeliveryChallane.jsx @@ -135,9 +135,9 @@ const DeliveryChallane = ({ purchaseId }) => { control={control} render={({ field }) => ( { return (
{/* Header */}
@@ -139,7 +139,7 @@ const ManagePurchase = ({ onClose, purchaseId }) => { return (
@@ -168,7 +168,7 @@ const ManagePurchase = ({ onClose, purchaseId }) => {
{/* Content */} -
+
{ @@ -207,7 +207,7 @@ const ManagePurchase = ({ onClose, purchaseId }) => { onClick={handleNext} disabled={isPending || isUpdating} > - Next + Next ) : (