Skip to content

Commit

Permalink
fix: strucvar detail lists all comments from project (#1960) (#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
stolpeo authored Sep 5, 2024
1 parent ada879a commit baa04cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/svs/stores/svComments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const useSvCommentsStore = defineStore('svComments', () => {
svClient
.listProjectComment(projectUuid.value, caseUuid.value)
.then((result) => {
projectWideVariantComments.value = result
projectWideComments.value = result
}),
]).catch((err) => {
console.error('Problem initializing svComments store', err)
Expand Down

0 comments on commit baa04cd

Please sign in to comment.