fix(users/company): Update user and companies endpoint to v1
This commit is contained in:
@@ -17,7 +17,7 @@ export default function useCompany() {
|
||||
loading.value = true;
|
||||
const companyId = auth.user.company;
|
||||
console.log(companyId)
|
||||
const resp = await getCompany(companyId);
|
||||
const resp = await getCompany();
|
||||
companyStore.company = resp;
|
||||
company.value = resp;
|
||||
loading.value = false;
|
||||
|
||||
Reference in New Issue
Block a user