Skip to content

Commit

Permalink
Merge branch 'feature/vue-refactor' into feature/url-deduplication
Browse files Browse the repository at this point in the history
  • Loading branch information
htrinter committed Nov 23, 2023
2 parents bab6742 + 6e2ae49 commit 61a923d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browseraction/components/ActionBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default {
)
},
setUrlListInputData() {
store.urlList = extractURLs(store.urlList)
store.setUrlList(extractURLs(store.urlList))
}
},
computed: {
Expand Down

0 comments on commit 61a923d

Please sign in to comment.