Bug Fixing

This commit is contained in:
2022-02-03 18:26:58 +07:00
parent 4ea7e8d632
commit 1346d625f8
11 changed files with 64 additions and 58 deletions

View File

@@ -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);