Made accept activity application from AM api
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user