merge header implementation

This commit is contained in:
Ben Warzeski
2021-09-16 16:41:32 -04:00
parent 2c194c33e1
commit 078a61e4a1
10 changed files with 6 additions and 2 deletions

View File

@@ -12,14 +12,18 @@ const initialState = {
},
rubric: {
name: '',
commentRequirement: 'optional',
criteria: [
{
name: '',
description: '',
points: 0,
commentRequirement: 'optional',
},
],
},
rubricData: {
},
grade: null,
status: null,
},