Skip to content

Commit

Permalink
Lock Goal now has a label (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
pushyamig authored Aug 29, 2024
1 parent 5f5bc39 commit 7ba6f34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/src/components/AssignmentTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,9 @@ function AssignmentTable (props) {
checked={!!a.goalGradeSetByUser}
onChange={event => handleAssignmentLock(a.id, event.target.checked)}
color='primary'
inputProps={{
'aria-label': 'Lock Goal'
}}
/>
</TableCell>
</TableRow>
Expand Down

0 comments on commit 7ba6f34

Please sign in to comment.