EN-94: fix ShippersView.vue pagination, change public-companies to companies endpoint

This commit is contained in:
Josepablo C
2024-03-10 22:15:30 -06:00
parent f846580afd
commit 4a545f34b0
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
onMounted(() => {
filterQuery.value.company_type = 'shipper';
filterQuery.value.limit = 'elements=' + limit;
filterQuery.value.page = "page=1";
filterQuery.value.page = "page=0";
getCompaniesData(filterQuery.value);
});