Bug Fixing

This commit is contained in:
2022-02-03 19:40:38 +07:00
parent 1346d625f8
commit 27a788ed14
4 changed files with 10 additions and 10 deletions

View File

@@ -122,13 +122,13 @@ export const Product = observer(() => {
<div>
<Row>
<span style={{ fontWeight: "bold", marginBottom: "10px" }}>
Sub Category
Jenis Produk
</span>
</Row>
<Row>
<Col span={24}>
<Select
placeholder={"Select Sub Category"}
placeholder={"Pilih Kategori"}
allowClear={true}
onChange={(val) => handleChangeSubcategory(val)}
style={{ marginBottom: "10px", width: "100%" }}

View File

@@ -169,13 +169,13 @@ export const Transaction = observer(() => {
<div>
<Row>
<span style={{ fontWeight: "bold", marginBottom: "10px" }}>
Kategori
Jenis Produk
</span>
</Row>
<Row>
<Col span={24}>
<Select
placeholder={"Pilih Kategori"}
placeholder={"Pilih Jenis Produk"}
allowClear={true}
onChange={(val) => handleChangeTabs(val)}
style={{ marginBottom: "10px", width: "100%" }}
@@ -191,13 +191,13 @@ export const Transaction = observer(() => {
<Row>
<span style={{ fontWeight: "bold", marginBottom: "10px" }}>
Sub Kategori
Kategori
</span>
</Row>
<Row>
<Col span={24}>
<Select
placeholder={"Pilih Sub Kategori"}
placeholder={"Pilih Kategori"}
allowClear={true}
onChange={(val) => handleChangeSubcategory(val)}
style={{ marginBottom: "10px", width: "100%" }}