6 lines
178 B
JavaScript
6 lines
178 B
JavaScript
import { __ } from '~/locale';
|
|
|
|
// Debounce delay in milliseconds
|
|
export const DEBOUNCE_TOGGLE_DELAY = 1000;
|
|
|
|
export const ERROR_MESSAGE = __('Refresh the page and try again.');
|