Skip to content

Commit

Permalink
Error message fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Mya A Randolph authored and Mya A Randolph committed Nov 9, 2024
1 parent e6671f3 commit ed03991
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ const RoomRanges = () => {
assignmentList();
})
.catch((error) => {
console.error('Error removing room range:', error);
window.alert('Error removing room range: ' + error);
console.error('Error removing assignment:', error);
window.alert('Error removing assignment: ' + error);
});
};

Expand Down

0 comments on commit ed03991

Please sign in to comment.