merge header implementation
This commit is contained in:
@@ -12,14 +12,18 @@ const initialState = {
|
||||
},
|
||||
rubric: {
|
||||
name: '',
|
||||
commentRequirement: 'optional',
|
||||
criteria: [
|
||||
{
|
||||
name: '',
|
||||
description: '',
|
||||
points: 0,
|
||||
commentRequirement: 'optional',
|
||||
},
|
||||
],
|
||||
},
|
||||
rubricData: {
|
||||
},
|
||||
grade: null,
|
||||
status: null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user