Skip to content

Commit

Permalink
fix: Ensure stored per construction site
Browse files Browse the repository at this point in the history
  • Loading branch information
famoser committed Nov 13, 2024
1 parent 4df289f commit 8b0b8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/vue/components/View/IssuesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export default {
},
persistFilterKey: function () {
if (this.view === "foyer" || this.view === "register") {
return 'issues-table-' + this.view
return 'issues-table-' + this.view + '-' + this.constructionSite['@id']
}
return null
},
Expand Down

0 comments on commit 8b0b8be

Please sign in to comment.