mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
replaced type any with string
This commit is contained in:
@@ -7,7 +7,7 @@ import { Button } from "./buttons";
|
||||
type Props = {
|
||||
collection: PagedCollection,
|
||||
page: number,
|
||||
filter?: any,
|
||||
filter?: string,
|
||||
|
||||
// context props
|
||||
t: string => string
|
||||
|
||||
Reference in New Issue
Block a user