Skip to content

Commit

Permalink
Fix non-clickable libraries link in breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurswag committed May 14, 2024
1 parent 4b9c62a commit c02b536
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/lib/utils/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ export const listViewFields = {
body: ['ref_id', 'name', 'description', 'framework'],
meta: ['id', 'urn']
},
'libraries': {
head: ['ref', 'name', 'description', 'language', 'overview'],
body: ['ref_id', 'name', 'description', 'locale', 'overview']
},
'stored-libraries': {
head: ['ref', 'name', 'description', 'language', 'overview'],
body: ['ref_id', 'name', 'description', 'locale', 'overview']
Expand Down

0 comments on commit c02b536

Please sign in to comment.