Skip to content

Commit

Permalink
Update sidebar doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jan 13, 2022
1 parent 50398aa commit 767aad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-generator/components/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const SidebarProps = [
name: 'dismissable',
type: 'boolean',
default: 'true',
description: 'Whether clicking outside closes the panel.'
description: 'Whether to dismiss sidebar on click of the mask.'
},
{
name: 'showCloseIcon',
Expand Down
2 changes: 1 addition & 1 deletion components/doc/sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ import { Sidebar } from 'primereact/sidebar';
<td>dismissable</td>
<td>boolean</td>
<td>true</td>
<td>Whether clicking outside closes the panel.</td>
<td>Whether to dismiss sidebar on click of the mask.</td>
</tr>
<tr>
<td>showCloseIcon</td>
Expand Down

0 comments on commit 767aad1

Please sign in to comment.