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

state.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: 4a6bafe311467953a43c9df937493f7f98dac698 (plain)
1
2
3
4
5
6
7
export default () => ({
  stacktraceData: {},
  loadingStacktrace: true,
  updatingResolveStatus: false,
  updatingIgnoreStatus: false,
  errorStatus: '',
});