Skip to content

Commit

Permalink
Merge pull request #226 from MetaCell/feature/SDSV-29
Browse files Browse the repository at this point in the history
SDSV-29 - Show name for Folders
  • Loading branch information
jrmartin authored Apr 29, 2024
2 parents 56e4193 + 6cf9838 commit ac1b1f9
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/utils/graphModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,16 @@ export const rdfTypes = {
"properties": [
{
"type": "rdfs",
"key": "basename",
"property": "basename",
"label": "Basename",
"key": "relativePath",
"property": "relativePath",
"label": "Name",
"visible" : true
},
{
"type": "rdfs",
"key": "name",
"property": "name",
"label": "Name",
"visible" : true
},
{
Expand Down

0 comments on commit ac1b1f9

Please sign in to comment.