7 lines
192 B
JavaScript
7 lines
192 B
JavaScript
import { __ } from '~/locale';
|
|
|
|
export const COMMIT_BOX_POLL_INTERVAL = 10000;
|
|
|
|
export const PIPELINE_STATUS_FETCH_ERROR = __(
|
|
'There was a problem fetching the latest pipeline status.',
|
|
);
|