Skip to content

Commit

Permalink
fix(docs): update file explorer props table (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilowoz committed Mar 5, 2024
1 parent f9017ed commit 09403e9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/src/pages/advanced-usage/components.mdx
Expand Up @@ -398,8 +398,7 @@ export default () => (
| Prop | Description | Type | Default |
| :---------------- | :--------------------------------------- | :--- | :------ |
| `autoHiddenFiles` | Enable auto hidden file in file explorer |
| `boolean` | `false` |
| `autoHiddenFiles` | Enable auto hidden file in file explorer | `boolean` | `false` |
| `initialCollapsedFolder` | Initial state of folder (collapsed or not) | `string[]` e.g. `["/components/src/"]` | `undefined` |
</details>
Expand Down

0 comments on commit 09403e9

Please sign in to comment.