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

alert.js « getters « stores « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 714e2d89b4f359da0616e95aea9c2b5f0076e76e (plain)
1
2
3
import { findAlertKeyToShow } from '../../lib/alerts';

export const getAlert = (state) => (file) => findAlertKeyToShow(state, file);