Skip to content

Commit eb1b851

Browse files
committed
fix: remove 'package' from HIDDEN_TYPES in app-sidebar
1 parent 41f8c3a commit eb1b851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/studio/src/components/app-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const PROTOCOL_GROUPS: ProtocolGroup[] = [
128128
];
129129

130130
/** Types that are internal / should be hidden from the sidebar */
131-
const HIDDEN_TYPES = new Set(['plugin', 'plugins', 'kind', 'package']);
131+
const HIDDEN_TYPES = new Set(['plugin', 'plugins', 'kind']);
132132

133133
/** System namespace used for FQN-based names (e.g., sys__user) */
134134
const SYSTEM_NAMESPACE = 'sys';

0 commit comments

Comments
 (0)