Bug Fixing
This commit is contained in:
@@ -67,7 +67,7 @@ export const Payback = observer(() => {
|
||||
|
||||
const columns = [
|
||||
{
|
||||
title: "Name",
|
||||
title: "Nama",
|
||||
dataIndex: "userData_name",
|
||||
key: "userData_name",
|
||||
},
|
||||
@@ -254,10 +254,10 @@ export const Payback = observer(() => {
|
||||
color: "#fff",
|
||||
}}
|
||||
>
|
||||
Remove Filter
|
||||
Hapus Filter
|
||||
</Button>,
|
||||
<Button key={"cancel"} onClick={handleCancelFilter}>
|
||||
Cancel
|
||||
Batal
|
||||
</Button>,
|
||||
<Button
|
||||
key={"submit"}
|
||||
@@ -267,7 +267,7 @@ export const Payback = observer(() => {
|
||||
color: "#fff",
|
||||
}}
|
||||
>
|
||||
Apply
|
||||
Terapkan
|
||||
</Button>,
|
||||
];
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user