summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/group_settings/constants.js
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.');