2018-01-18 18:50:33 -05:00
|
|
|
/* eslint-disable import/prefer-default-export */
|
|
|
|
|
|
|
|
export const FILTERED_SEARCH = {
|
|
|
|
MERGE_REQUESTS: 'merge_requests',
|
|
|
|
ISSUES: 'issues',
|
2018-07-03 13:28:09 -04:00
|
|
|
ADMIN_RUNNERS: 'admin/runners',
|
2018-01-18 18:50:33 -05:00
|
|
|
};
|