Merge branch 'develop' into 'devops-staging'
feat: validasi detail product admin partner See merge request empatnusabangsa/ppob/ppob-frontend!173
This commit is contained in:
commit
2f32c63cbb
|
@ -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