Skip to content

Commit 45f5ba5

Browse files
committed
Add share issue type
1 parent b462368 commit 45f5ba5

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/org/wise/portal/domain/general/contactwise

1 file changed

+1
-1
lines changed

src/main/java/org/wise/portal/domain/general/contactwise/IssueType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public enum IssueType {
3333

3434
TROUBLE_LOGGING_IN, NEED_HELP_USING_WISE, PROJECT_PROBLEMS,
35-
STUDENT_MANAGEMENT, AUTHORING, FEEDBACK, OTHER;
35+
STUDENT_MANAGEMENT, AUTHORING, SHARE, FEEDBACK, OTHER;
3636

3737
private static Properties i18nProperties;
3838

0 commit comments

Comments
 (0)