We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3702e commit a5f6872Copy full SHA for a5f6872
1 file changed
packages/module/src/NotAuthorized/NotAuthorized.tsx
@@ -17,7 +17,7 @@ export interface NotAuthorizedProps extends Omit<EmptyStateProps, 'children' | '
17
className?: string;
18
/** Custom title */
19
title?: React.ReactNode;
20
- /** Custom primary action there should only be one primary action*/
+ /** Custom primary action - there should only be one defined */
21
primaryAction?: React.ReactNode;
22
/** Custom secondary actions */
23
secondaryActions?: React.ReactNode;
0 commit comments