mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-12 17:46:20 +00:00
Extracted short-url related services to its own service provider
This commit is contained in:
@@ -23,8 +23,6 @@ export const resetSelectedServer = () => ({ type: RESET_SELECTED_SERVER });
|
||||
export const selectServer = (serversService) => (serverId) => (dispatch) => {
|
||||
dispatch(resetShortUrlParams());
|
||||
|
||||
console.log('Setting server');
|
||||
|
||||
const selectedServer = serversService.findServerById(serverId);
|
||||
|
||||
dispatch({
|
||||
|
||||
Reference in New Issue
Block a user