debian-mirror-gitlab/app/assets/javascripts/ide/stores/getters/alert.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
134 B
JavaScript
Raw Normal View History

2021-06-08 01:23:25 +05:30
import { findAlertKeyToShow } from '../../lib/alerts';
export const getAlert = (state) => (file) => findAlertKeyToShow(state, file);