Skip to content

Commit a5f6872

Browse files
committed
fix(props): Update primaryAction description
1 parent 3d3702e commit a5f6872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/module/src/NotAuthorized/NotAuthorized.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export interface NotAuthorizedProps extends Omit<EmptyStateProps, 'children' | '
1717
className?: string;
1818
/** Custom title */
1919
title?: React.ReactNode;
20-
/** Custom primary action there should only be one primary action*/
20+
/** Custom primary action - there should only be one defined */
2121
primaryAction?: React.ReactNode;
2222
/** Custom secondary actions */
2323
secondaryActions?: React.ReactNode;

0 commit comments

Comments
 (0)