We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7da54 commit 76deb1eCopy full SHA for 76deb1e
src/components/left/LeftColExpansionPanel.tsx
@@ -90,7 +90,7 @@ const LeftColExpansionPanel = (props: LeftColExpPanPropsInt) => {
90
(component: ComponentInt) => component.title === title
91
);
92
93
- const parentKeys: any[] = [];
+ const parentKeys: string[] = [];
94
if (focusComponent.props.length > 0) {
95
focusComponent.props.forEach(key => parentKeys.push(key.key));
96
}
0 commit comments