Merge pull request #2548 from despreston/fix-panelmenu-doc

Fix PanelMenu Doc
pull/2556/head
Tuğçe Küçükoğlu 2022-05-23 16:13:47 +03:00 committed by GitHub
commit a0da4da12e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const PanelMenuProps = [
},
{
name: "expandedKeys",
type: "array",
type: "object",
default: "null",
description: "A map of keys to represent the expansion state in controlled mode."
},