refactor: rewrite get execution steps using useExecutionSteps with RQ
This commit is contained in:
@@ -66,7 +66,7 @@ function ExecutionStepDate(props) {
|
||||
}
|
||||
|
||||
ExecutionStepDate.propTypes = {
|
||||
createdAt: PropTypes.string.isRequired,
|
||||
createdAt: PropTypes.number.isRequired,
|
||||
};
|
||||
|
||||
const validIcon = <CheckCircleIcon color="success" />;
|
||||
|
Reference in New Issue
Block a user