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

constants.js « group_settings « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4067b6b52a3777bd8c418cb6d805ca615295c8d6 (plain)
1
2
3
4
5
6
import { __ } from '~/locale';

// Debounce delay in milliseconds
export const DEBOUNCE_TOGGLE_DELAY = 1000;

export const ERROR_MESSAGE = __('Refresh the page and try again.');