Skip to content

Commit

Permalink
fix: fixed page load wrong info (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzarKarim authored Dec 23, 2024
1 parent a73d3d3 commit bb3c54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion business-registry-dashboard/app/stores/affiliations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const useAffiliationsStore = defineStore('brd-affiliations-store', () =>
type: '',
status: ''
},
loading: false,
loading: true,
results: [] as Business[],
count: 0
})
Expand Down
2 changes: 1 addition & 1 deletion business-registry-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bb3c54b

Please sign in to comment.