Skip to content

Commit 13bfc93

Browse files
committed
fix: remove unneeded IState
1 parent 68ac46b commit 13bfc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Methods/Methods.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ interface IProps extends WithStyles<typeof styles> {
5252
methodPlugins?: Array<React.FC<IMethodPluginProps>>;
5353
}
5454

55-
class Methods extends Component<IProps, IState> {
55+
class Methods extends Component<IProps> {
5656
public render() {
5757
const { schema, classes, uiSchema } = this.props;
5858
if (!schema) {

0 commit comments

Comments
 (0)