Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…rcement into CE-1217
  • Loading branch information
jon-funk committed Nov 18, 2024
2 parents e50e0ae + 42f265c commit ca198af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export const HWCRComplaintAssessment: FC<Props> = ({
if (selected) {
setSelectedActionRequired(selected);
setSelectedJustification(null as unknown as Option);
setSelectedLinkedComplaint(null);
} else {
setSelectedActionRequired(null);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const QuickCloseModal: FC<QuickCloseModalProps> = ({
equipmentData?.length > 0 ||
preventionData?.date !== undefined ||
subjectData?.length > 0 ||
noteData?.note !== undefined ||
noteData?.note ||
isReviewRequired ||
reviewComplete;
const isClosed = complaintData?.status === "CLOSED";
Expand Down

0 comments on commit ca198af

Please sign in to comment.