Commit c3f4515c by Vladislav Lagunov

Исправления для typescript@3

parent 1679dd43
......@@ -62,7 +62,7 @@ export class ResourceID extends React.Component<Props, State> {
};
componentDidMount() {
this.resolveResource(this.props);
this.inputContext && this.resolveResource(this.inputContext);
}
resolveResource(inputContext: FieldProps) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment