mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-16 12:33:48 +00:00
Fixed tags filtering from overview page
This commit is contained in:
@@ -12,7 +12,7 @@ export interface ShortUrlsTableProps {
|
||||
renderOrderIcon?: (column: OrderableFields) => ReactNode;
|
||||
shortUrlsList: ShortUrlsListState;
|
||||
selectedServer: SelectedServer;
|
||||
refreshList?: Function;
|
||||
refreshList?: (params: ShortUrlsListParams) => void;
|
||||
shortUrlsListParams?: ShortUrlsListParams;
|
||||
className?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user