Fix web page due to recent changes in the API v1

This commit is contained in:
Josepablo Cruz Baas
2024-03-22 02:36:36 +00:00
parent cbd076e887
commit 9a27883b98
34 changed files with 264 additions and 141 deletions

View File

@@ -5,7 +5,7 @@ export default function useSearchLoads() {
const loads = ref([]);
const loading = ref(false);
const total = ref(0);
const currentPage = ref(1);
const currentPage = ref(0);
const getLoadsPublished = async(filterQuery) => {
loading.value = true;