feat: validasi detail product admin partner
This commit is contained in:
parent
77513308a2
commit
e98914fb86
|
@ -139,7 +139,6 @@ export const ProductComponent = observer((props) => {
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
//if (store.authentication.userData.role !== "Admin") columns.pop();
|
|
||||||
//if (store.authentication.userData.role === "Admin Partner") delete columns[2];
|
//if (store.authentication.userData.role === "Admin Partner") delete columns[2];
|
||||||
if (store.authentication.userData.role === "Admin Partner") delete columns[9];
|
if (store.authentication.userData.role === "Admin Partner") delete columns[9];
|
||||||
if (store.authentication.userData.role === "Admin Partner") delete columns[3];
|
if (store.authentication.userData.role === "Admin Partner") delete columns[3];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user