Skip to content

Commit

Permalink
CU-8694gtycm: fix default value for cdbSearchIndex and cdbLoaded state
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Jun 18, 2024
1 parent 0cbf9b5 commit a0087d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/frontend/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ export default {
loadingProjects: false,
isAdmin: false,
selectedProjectGroup: null,
cdbSearchIndexStatus: {},
cdbLoaded: {},
}
},
created () {
Expand Down

0 comments on commit a0087d4

Please sign in to comment.