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

mock_data.js « edit « integrations « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da2758ec15c8abb0356427b07fbf10a6d1508baf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// eslint-disable-next-line import/prefer-default-export
export const mockIntegrationProps = {
  id: 25,
  activeToggleProps: {
    initialActivated: true,
  },
  showActive: true,
  triggerFieldsProps: {
    initialTriggerCommit: false,
    initialTriggerMergeRequest: false,
    initialEnableComments: false,
  },
  jiraIssuesProps: {},
  triggerEvents: [],
  fields: [],
  type: '',
  inheritFromId: 25,
};