remove console.log
This commit is contained in:
@ -363,7 +363,7 @@ const ManageTransferTypeContextProvider = ({ children }: { children: React.React
|
||||
],
|
||||
[handleEditDialog, handleDeleteDialog]
|
||||
);
|
||||
console.log(selectedTransferType)
|
||||
// console.log(selectedTransferType)
|
||||
const doGetTransferTypeListData = async (
|
||||
page: number,
|
||||
limit: number,
|
||||
@ -410,7 +410,7 @@ console.log(selectedTransferType)
|
||||
order_direction: orderDirection,
|
||||
filter: JSON.stringify(filterObject)
|
||||
});
|
||||
console.log(response);
|
||||
// console.log(response);
|
||||
return { data: response?.data.list, totalCount: response?.data.total_count };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user