Skip to content

Commit

Permalink
Added refresh logs when switching source
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Oct 3, 2024
1 parent 0ac1451 commit 794b9f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/store/modules/source.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export const useSourceStore = defineStore(
setSourceItem(sourceItem) {
this.sourceItem = sourceItem && new Source(sourceItem)
console.log('Active source item set to ' + sourceItem)
this.refreshSourceLogs()

},
setSourceTest(sourceTest) {
this.sourceTest = sourceTest
Expand Down

0 comments on commit 794b9f1

Please sign in to comment.