diff --git a/src/components/flight/OperationApprovalsTable.js b/src/components/flight/OperationApprovalsTable.js index 74fbac1f..ca4baf19 100644 --- a/src/components/flight/OperationApprovalsTable.js +++ b/src/components/flight/OperationApprovalsTable.js @@ -89,6 +89,7 @@ export default function OperationApprovalsTable(props) { if (editingKey) { setEditingKey(''); } + setCheckList([]); }, [laancAprvList]); const handlerReviewed = type => {