Tambah Role Customer Service
This commit is contained in:
@@ -130,6 +130,8 @@ export const SupplierComponent = observer((props) => {
|
||||
},
|
||||
];
|
||||
|
||||
if (store.authentication.userData.role === "Customer Service") columns.pop();
|
||||
|
||||
const deleteData = async (id) => {
|
||||
try {
|
||||
console.log(id);
|
||||
|
||||
Reference in New Issue
Block a user