Welcome to mirror list, hosted at ThFree Co, Russian Federation.

state.js « new_cluster « stores « clusters « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ca1ac8de184725c41501279daaf9c0c26b3e7b0 (plain)
1
2
3
export default (initialState = {}) => ({
  clusterConnectHelpPath: initialState.clusterConnectHelpPath,
});