Fix web page due to recent changes in the API v1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user