thêm toast, thêm logic cho phần ButtonCreateNewHaulOrTrip
This commit is contained in:
@@ -284,7 +284,10 @@ const NetListTable: React.FC = () => {
|
||||
{/* Modal chi tiết */}
|
||||
<NetDetailModal
|
||||
visible={modalVisible}
|
||||
onClose={() => setModalVisible(false)}
|
||||
onClose={() => {
|
||||
console.log("OnCLose");
|
||||
setModalVisible(false);
|
||||
}}
|
||||
netData={selectedNet}
|
||||
/>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user