Skip to content

Commit

Permalink
fix(ui): fixes property access error (#5617)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 authored Dec 13, 2024
1 parent ad45c42 commit cd524d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export default {
sortBy: ["name"],
descending: [false],
itemsPerPage: this.numItems,
filters: {},
}
if (this.project) {
Expand Down

0 comments on commit cd524d3

Please sign in to comment.