Skip to content

Commit

Permalink
chore: focustrap: address pr feedback and fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dkilgore-eightfold committed Oct 31, 2023
1 parent a28f934 commit 6ee693e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Dialog/BaseDialog/BaseDialog.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export interface BaseDialogProps
*/
ref?: Ref<HTMLDivElement>;
/**
* Whether to render Dialog content when Dialog `visible` is `true`.
* Whether to render Dialog content when Dialog `visible` is `false`.
* @default true
*/
renderContentAlways?: boolean;
Expand Down
2 changes: 1 addition & 1 deletion src/components/Panel/Panel.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export interface PanelProps extends Omit<OcBaseProps<HTMLElement>, 'title'> {
*/
push?: boolean;
/**
* Whether to render Panel content when Panel `visible` is `true`.
* Whether to render Panel content when Panel `visible` is `false`.
* @default true
*/
renderContentAlways?: boolean;
Expand Down

0 comments on commit 6ee693e

Please sign in to comment.