Skip to content

Commit

Permalink
Add constant to wazuh-core
Browse files Browse the repository at this point in the history
  • Loading branch information
Tostti committed Dec 10, 2024
1 parent ac24959 commit 0d603d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/wazuh-core/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2193,3 +2193,5 @@ export const WAZUH_ROLE_ADMINISTRATOR_ID = 1;

// ID used to refer the createOsdUrlStateStorage state
export const OSD_URL_STATE_STORAGE_ID = 'state:storeInSessionStorage';

export const TABLE_EXPORT_MAX_ROWS = 10000;

0 comments on commit 0d603d7

Please sign in to comment.