mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-18 05:23:49 +00:00
Defined visit stats page
This commit is contained in:
@@ -12,8 +12,8 @@ import { pick } from 'ramda';
|
||||
|
||||
export class ShortUrlsList extends React.Component {
|
||||
refreshList = extraParams => {
|
||||
const { listShortUrls, shortUrlsListParams, match: { params } } = this.props;
|
||||
listShortUrls(params.serverId, {
|
||||
const { listShortUrls, shortUrlsListParams } = this.props;
|
||||
listShortUrls({
|
||||
...shortUrlsListParams,
|
||||
...extraParams
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user