remove obsolete context props

This commit is contained in:
Eduard Heimbuch
2020-01-09 09:52:09 +01:00
parent 4e23fd95ab
commit bdb02cdfd1
6 changed files with 0 additions and 23 deletions

View File

@@ -9,10 +9,6 @@ type Props = RouteComponentProps & {
showCreateButton: boolean;
link: string;
label?: string;
// context props
history: History;
location: any;
};
class OverviewPageActions extends React.Component<Props> {