Skip to content

Commit 9856abc

Browse files
authored
Merge pull request #6725 from topcoder-platform/timeline-wall-api-issues-7
fix: dropdown options for rejection of submission
2 parents a931dff + de13eb3 commit 9856abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ module.exports = {
465465
PLATFORMUI_SITE_URL: 'https://platform-ui.topcoder-dev.com',
466466
DICE_VERIFY_URL: 'https://accounts-auth0.topcoder-dev.com',
467467
TIMELINE: {
468-
REJECTION_EVENT_REASONS: ['Duplicate Event'],
468+
REJECTION_EVENT_REASONS: ['Duplicate Event', 'Violates the Topcoder terms', 'Inaccurate or Invalid'],
469469
ALLOWED_FILETYPES: ['image/jpeg', 'image/png', 'video/mp4', 'video/x-msvideo', 'video/webm'],
470470
},
471471
};

0 commit comments

Comments
 (0)