Skip to content

Commit

Permalink
πŸ–‹ saferwall/saferwall#9 - #21 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinrais committed Jan 23, 2022
1 parent 417de91 commit aa72e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/file/pages/static-analysis/Strings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export default {
this.paginator
.setPage(0)
.onUpdate((items) => this.mapItems(items[0]))
.onUpdate((items) => this.mapItems(items))
.fetchItems();
},
};
Expand Down

0 comments on commit aa72e68

Please sign in to comment.