diff --git a/business-registry-dashboard/app/stores/affiliations.ts b/business-registry-dashboard/app/stores/affiliations.ts index 6c14971..1b54703 100644 --- a/business-registry-dashboard/app/stores/affiliations.ts +++ b/business-registry-dashboard/app/stores/affiliations.ts @@ -17,7 +17,7 @@ export const useAffiliationsStore = defineStore('brd-affiliations-store', () => type: '', status: '' }, - loading: false, + loading: true, results: [] as Business[], count: 0 }) diff --git a/business-registry-dashboard/package.json b/business-registry-dashboard/package.json index 5bda892..2539475 100644 --- a/business-registry-dashboard/package.json +++ b/business-registry-dashboard/package.json @@ -2,7 +2,7 @@ "name": "business-registry-dashboard", "private": true, "type": "module", - "version": "0.0.8", + "version": "0.0.9", "scripts": { "build-check": "nuxt build", "build": "nuxt generate",