Made accept activity application from AM api

This commit is contained in:
2025-12-24 15:00:02 +05:30
parent 60ee1f5f21
commit d4b5153814
5 changed files with 144 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ export const ACTIVITY_DISPLAY_STATUS = {
ACTIVITY_DRAFT: 'Draft - Activity',
ACTIVITY_IN_REVIEW: 'In Review',
ACTIVITY_TO_REVIEW: 'To Review',
ACTIVITY_NOT_LISTED: 'Not Listed',
NOT_LISTED: 'Not Listed',
ACTIVITY_LISTED: 'Listed',
ACTIVITY_UNLISTED: 'Un Listed',
};
@@ -95,6 +95,6 @@ export const ACTIVITY_AM_DISPLAY_STATUS = {
ACTIVITY_DRAFT: 'Draft - Activity',
ACTIVITY_NEW: 'To Review',
ACTIVITY_ENHANCING: 'Enhancing',
ACTIVITY_NOT_LISTED: 'Not Listed',
NOT_LISTED: 'Not Listed',
ACTIVITY_LISTED: 'Listed',
};