Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
onNavigateToShowcase: () => dispatch(navigateTo(locations.poolSearch()))
})
onNavigateHome: () => dispatch(navigateTo(locations.root())),
onFetchDeployments: () => dispatch(loadDeploymentsRequest())
onSuccess(project) {
dispatch(navigateTo(locations.editor(project.id)))
}
})
onPageChange: options => dispatch(navigateTo(locations.root(options))),
onNavigateToShowcase: () => dispatch(navigateTo(locations.poolSearch()))
onPageChange: (activePage, expiredPage) =>
dispatch(navigateTo(locations.polls(activePage, expiredPage)))
})
onNavegateToHome: () => dispatch(navigateTo(locations.root())),
onNavegateToViewPool: (poolId: string) => dispatch(navigateTo(locations.poolView(poolId)))
onSuccess: project => dispatch(navigateTo(locations.editor(project.id)))
})
onNavegateToViewPool: (poolId: string) => dispatch(navigateTo(locations.poolView(poolId)))
})
onPageChange: (filters: PoolsRequestFilters) => dispatch(navigateTo(locations.poolSearch(filters))),
onNavegateToHome: () => dispatch(navigateTo(locations.root())),