2021-04-17 20:07:23 +05:30
|
|
|
export const SEARCH_DELAY = 200;
|
2021-04-29 21:17:54 +05:30
|
|
|
|
|
|
|
export const INVITE_MEMBERS_IN_COMMENT = 'invite_members_in_comment';
|
2021-09-04 01:27:46 +05:30
|
|
|
|
|
|
|
export const GROUP_FILTERS = {
|
|
|
|
ALL: 'all',
|
|
|
|
DESCENDANT_GROUPS: 'descendant_groups',
|
|
|
|
};
|