Skip to content

Commit d14062e

Browse files
committed
Merge branch 'master' of https://github.com/ibeeliot/ReacType
2 parents 18b1fb8 + c52eb97 commit d14062e

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
@@ -100,7 +100,7 @@ const LeftColExpansionPanel = (props: LeftColExpPanPropsInt) => {
100100
(component: ComponentInt) => component.title === title
101101
);
102102

103-
const parentKeys: any[] = [];
103+
const parentKeys: string[] = [];
104104
if (focusComponent.props.length > 0) {
105105
focusComponent.props.forEach(key => parentKeys.push(key.key));
106106
}

0 commit comments

Comments
 (0)