Skip to content

Commit

Permalink
fixes?
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed May 29, 2024
1 parent a20eac4 commit 047d992
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/commons/fdr-utils/src/visitSidebarNodeRaw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ export function visitSidebarNodeRaw(
}
return true;
},
tabChangelog: () => {
return true;
},
_other: () => true,
});
}

0 comments on commit 047d992

Please sign in to comment.