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

mutation_types.js « details « store « error_tracking « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0dd49e727e6f7fc2df9d0f30f899f839b4753e0b (plain)
1
2
export const SET_LOADING_STACKTRACE = 'SET_LOADING_STACKTRACE';
export const SET_STACKTRACE_DATA = 'SET_STACKTRACE_DATA';