Fix a typing error
This commit is contained in:
@@ -7,7 +7,7 @@ import "./AdminLoginPage.scss";
|
||||
|
||||
export interface AdminLoginPageProps {
|
||||
history: {
|
||||
push: (to: string) => void;
|
||||
push: (to: string | string[]) => void;
|
||||
};
|
||||
location: {
|
||||
search: string;
|
||||
|
||||
Reference in New Issue
Block a user