mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
remove obsolete context props
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user