mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
remove obsolete context props
This commit is contained in:
@@ -34,10 +34,6 @@ type Props = RouteComponentProps &
|
||||
page: number;
|
||||
usersLink: string;
|
||||
|
||||
// context objects
|
||||
history: History;
|
||||
location: any;
|
||||
|
||||
// dispatch functions
|
||||
fetchUsersByPage: (link: string, page: number, filter?: string) => void;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user