Skip to content

Commit

Permalink
Fix missing data init
Browse files Browse the repository at this point in the history
  • Loading branch information
akhuoa committed Nov 28, 2024
1 parent e4575b2 commit 9507298
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SidebarContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ var handleErrors = async function (response) {
}
var initial_state = {
filters: [],
searchInput: '',
lastSearch: '',
results: [],
Expand Down

0 comments on commit 9507298

Please sign in to comment.