refactor: rewrite get execution steps using useExecutionSteps with RQ

This commit is contained in:
Rıdvan Akca
2024-03-11 13:54:37 +03:00
parent 35d8b2e790
commit e68696ccd4
8 changed files with 40 additions and 83 deletions

View File

@@ -66,7 +66,7 @@ function ExecutionStepDate(props) {
}
ExecutionStepDate.propTypes = {
createdAt: PropTypes.string.isRequired,
createdAt: PropTypes.number.isRequired,
};
const validIcon = <CheckCircleIcon color="success" />;