mirror of
https://github.com/wazuh/wazuh-dashboard.git
synced 2025-12-10 14:50:23 -06:00
enable users to select custom vector map for visualization Signed-off-by: Shivam Dhar <dhshivam@amazon.com>
8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
/*
|
|
* Copyright OpenSearch Contributors
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
export const DEFAULT_MAP_CHOICE = 'default';
|
|
export const CUSTOM_MAP_CHOICE = 'custom';
|