Skip to content

Commit

Permalink
changed title of add task criteria form component
Browse files Browse the repository at this point in the history
  • Loading branch information
DomiVesalius committed Aug 18, 2023
1 parent 9284241 commit da3d96f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ModifyTaskCriteriaPage = () => {
</Grid>
<Grid item xs={3}>
<DashboardCard
title={`List of criteria for ${taskId}`}
title="Add criteria for this assignment"
children={<AddTaskCriteriaForm courseId={courseId} taskId={taskId} />}
/>
</Grid>
Expand Down

0 comments on commit da3d96f

Please sign in to comment.