Created selectedServer reducer test

This commit is contained in:
Alejandro Celaya
2018-08-12 09:22:18 +02:00
parent f23245a39c
commit ec4c14e8de
3 changed files with 60 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import { LIST_SHORT_URLS } from './shortUrlsList';
const RESET_SHORT_URL_PARAMS = 'shlink/shortUrlsListParams/RESET_SHORT_URL_PARAMS';
export const RESET_SHORT_URL_PARAMS = 'shlink/shortUrlsListParams/RESET_SHORT_URL_PARAMS';
const defaultState = { page: '1' };