gitlab-org--gitlab-foss/spec/frontend/admin/background_migrations/mock_data.js

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

7 lines
148 B
JavaScript
Raw Normal View History

export const MOCK_DATABASES = [
{ value: 'main', text: 'main' },
{ value: 'ci', text: 'ci' },
];
export const MOCK_SELECTED_DATABASE = 'main';