Skip to content

Commit

Permalink
[#202] Mark constants as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
palagdan committed Sep 30, 2024
1 parent a8624e2 commit 6b23dc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants/DefaultConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ export const ACTION_STATUS = {
};

export const ROLE = {
// DEPRECATED
ADMIN: "ROLE_ADMIN",
// DEPRECATED
USER: "ROLE_USER",
COMPLETE_RECORDS: "rm-complete-records",
REJECT_RECORDS: "rm-reject-records",
Expand Down

0 comments on commit 6b23dc1

Please sign in to comment.