Refactor exam information workflow
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export const state = {
|
||||
user: null,
|
||||
profile: null,
|
||||
publicData: { organization: {}, notices: [], exams: [], stats: {} },
|
||||
permissions: [],
|
||||
scopeLabel: '',
|
||||
pageData: null,
|
||||
loading: false
|
||||
};
|
||||
Reference in New Issue
Block a user