split up submission context

This commit is contained in:
lotte
2019-11-07 16:58:05 +01:00
parent b1ff5765a6
commit 575a142022
5 changed files with 22 additions and 5 deletions

View File

@@ -6,7 +6,8 @@ export enum Context {
Undefined = 'undefined',
ItemPage = 'itemPage',
Search = 'search',
Submission = 'submission',
Workflow = 'workflow',
Workspace = 'workspace',
AdminMenu = 'adminMenu',
SubmissionModal = 'submissionModal',
}