mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 03:57:52 +00:00
8 lines
242 B
JavaScript
8 lines
242 B
JavaScript
export const LOCAL_STORAGE_KEYS = {
|
|
DISMISSED_UPDATES: 'dismissedUpdates',
|
|
WIDGET_BUILDER: 'widgetBubble_',
|
|
DRAFT_MESSAGES: 'draftMessages',
|
|
COLOR_SCHEME: 'color_scheme',
|
|
DISMISSED_LABEL_SUGGESTIONS: 'labelSuggestionsDismissed',
|
|
};
|