Commit 13aee710 by Giang Tran

Merge branch 'dev_phase2' into 05_May

parents 3151b7c4 98a628fe
......@@ -75,6 +75,7 @@ const SelectBankModal = (props) => {
setResult(result);
};
const _onPressItem = (item) => {
props.onPressItem(item)
setValueSearch(item ? item.name : '');
setModalVisible(false);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment