Bug Fixing
This commit is contained in:
@@ -211,8 +211,8 @@ export const CategoryComponent = observer((props) => {
|
||||
)}
|
||||
<Modal
|
||||
visible={store.category.visibleModalCategory}
|
||||
title={idData ? "Edit Category" : "Create a new Category"}
|
||||
okText={idData ? "Edit" : "Create"}
|
||||
title={idData ? "Edit Kategori" : "Buat Kategori Baru"}
|
||||
okText={idData ? "Edit" : "Buat"}
|
||||
cancelText="Batal"
|
||||
onCancel={() => {
|
||||
form.resetFields();
|
||||
|
||||
@@ -216,8 +216,8 @@ export const SubcategoryComponent = observer((props) => {
|
||||
)}
|
||||
<Modal
|
||||
visible={store.subcategory.visibleModalSubcategory}
|
||||
title={idData ? "Edit Sub Category" : "Create a new sub category"}
|
||||
okText={idData ? "Edit" : "Create"}
|
||||
title={idData ? "Edit Sub Kategori" : "Buat Sub Kategori Baru"}
|
||||
okText={idData ? "Edit" : "Buat"}
|
||||
cancelText="Batal"
|
||||
onCancel={() => {
|
||||
form.resetFields();
|
||||
|
||||
@@ -346,8 +346,8 @@ export const SupplierComponent = observer((props) => {
|
||||
)}
|
||||
<Modal
|
||||
visible={store.supplier.visibleModalSupplier}
|
||||
title={idData ? "Edit Supplier" : "Create a new Supplier"}
|
||||
okText={idData ? "Edit" : "Create"}
|
||||
title={idData ? "Edit Supplier" : "Buat Supplier Baru"}
|
||||
okText={idData ? "Edit" : "Buat"}
|
||||
cancelText="Batal"
|
||||
onCancel={() => {
|
||||
form.resetFields();
|
||||
|
||||
Reference in New Issue
Block a user