@@ -307,7 +307,7 @@ onMounted(() => {
setInterval(()=>{
fetchData()
- },5000)
+ },3000)
});
const fetchDataFunction = async (
page: number,