Merge branch 'develop' into 'devops-staging'
Bug Fixing See merge request empatnusabangsa/ppob/ppob-frontend!122
This commit is contained in:
commit
dc91309f81
|
@ -65,7 +65,7 @@ export const Profile = observer(() => {
|
||||||
store.transaction.getDataHistoryTransaction(),
|
store.transaction.getDataHistoryTransaction(),
|
||||||
]);
|
]);
|
||||||
await store.transaction.getDataHistoryTopUpProfile(
|
await store.transaction.getDataHistoryTopUpProfile(
|
||||||
store.authentication.profileData?.userDetail?.id
|
store.authentication.profileData?.id
|
||||||
);
|
);
|
||||||
modalLoader.setLoading(false);
|
modalLoader.setLoading(false);
|
||||||
})();
|
})();
|
||||||
|
|
|
@ -175,7 +175,7 @@ export const Transaction = observer(() => {
|
||||||
<Row>
|
<Row>
|
||||||
<Col span={24}>
|
<Col span={24}>
|
||||||
<Select
|
<Select
|
||||||
placeholder={"Select Category"}
|
placeholder={"Pilih Kategori"}
|
||||||
allowClear={true}
|
allowClear={true}
|
||||||
onChange={(val) => handleChangeTabs(val)}
|
onChange={(val) => handleChangeTabs(val)}
|
||||||
style={{ marginBottom: "10px", width: "100%" }}
|
style={{ marginBottom: "10px", width: "100%" }}
|
||||||
|
@ -191,13 +191,13 @@ export const Transaction = observer(() => {
|
||||||
|
|
||||||
<Row>
|
<Row>
|
||||||
<span style={{ fontWeight: "bold", marginBottom: "10px" }}>
|
<span style={{ fontWeight: "bold", marginBottom: "10px" }}>
|
||||||
Sub Category
|
Sub Kategori
|
||||||
</span>
|
</span>
|
||||||
</Row>
|
</Row>
|
||||||
<Row>
|
<Row>
|
||||||
<Col span={24}>
|
<Col span={24}>
|
||||||
<Select
|
<Select
|
||||||
placeholder={"Select Sub Category"}
|
placeholder={"Pilih Sub Kategori"}
|
||||||
allowClear={true}
|
allowClear={true}
|
||||||
onChange={(val) => handleChangeSubcategory(val)}
|
onChange={(val) => handleChangeSubcategory(val)}
|
||||||
style={{ marginBottom: "10px", width: "100%" }}
|
style={{ marginBottom: "10px", width: "100%" }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user