Skip to content

Commit 76deb1e

Browse files
committed
commiting all changes for merging upstream branch
1 parent cd7da54 commit 76deb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/left/LeftColExpansionPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const LeftColExpansionPanel = (props: LeftColExpPanPropsInt) => {
9090
(component: ComponentInt) => component.title === title
9191
);
9292

93-
const parentKeys: any[] = [];
93+
const parentKeys: string[] = [];
9494
if (focusComponent.props.length > 0) {
9595
focusComponent.props.forEach(key => parentKeys.push(key.key));
9696
}

0 commit comments

Comments
 (0)