Bug Fixing
This commit is contained in:
@@ -65,7 +65,7 @@ export const SupplierComponent = observer((props) => {
|
||||
|
||||
const columns = [
|
||||
{
|
||||
title: "Name",
|
||||
title: "Nama",
|
||||
dataIndex: "name",
|
||||
key: "name",
|
||||
},
|
||||
@@ -131,7 +131,7 @@ 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