File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -497,7 +497,9 @@ export function AppSidebar({
497497 onClick = { ( ) => onSelectObject ( itemName ) }
498498 >
499499 < span className = "truncate" >
500- < span className = "text-muted-foreground font-mono text-xs" > sys_</ span >
500+ { itemName . startsWith ( SYSTEM_OBJECT_PREFIX ) && (
501+ < span className = "text-muted-foreground font-mono text-xs" > { SYSTEM_OBJECT_PREFIX } </ span >
502+ ) }
501503 { itemLabel }
502504 </ span >
503505 </ SidebarMenuSubButton >
Original file line number Diff line number Diff line change 2121 "noFallthroughCasesInSwitch" : true ,
2222 "baseUrl" : " ." ,
2323 "paths" : {
24- "@/*" : [" ./src/*" ],
25- "@objectstack/plugin-auth/objects" : [" ../../packages/plugins/plugin-auth/src/objects/index.ts" ],
26- "@objectstack/plugin-security/objects" : [" ../../packages/plugins/plugin-security/src/objects/index.ts" ],
27- "@objectstack/plugin-audit/objects" : [" ../../packages/plugins/plugin-audit/src/objects/index.ts" ]
24+ "@/*" : [" ./src/*" ]
2825 }
2926 },
3027 "include" : [" src" , " test" ],
You can’t perform that action at this time.
0 commit comments