Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/javascript/bh-shared-ui/src/routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ export type Routable = {
authenticationRequired: boolean;
navigation: boolean;
exact?: boolean;
disallowedRoles?: { name: string; notification: string }[];
};
1 change: 1 addition & 0 deletions packages/javascript/bh-shared-ui/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export * from './passwd';
export * from './permissions';
export * from './queries';
export * from './quickUpload';
export * from './roles';
export * from './searchParams';
export * from './strings';
export * from './testHelpers';
Expand Down
Loading