0
0
Fork 0

fix: refs #7830 remove console.log

This commit is contained in:
Pablo Natek 2024-08-13 18:15:16 +02:00
parent 40e46f5a72
commit c31aa3258f
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ const openViewCredit = (credit) => {
};
const updateData = () => {
console.log('entrando');
vnPaginateRef.value?.fetch();
};
</script>