feat: add missing propTypes

This commit is contained in:
kasia.oczkowska
2024-07-11 08:54:32 +01:00
parent 725b38c697
commit 3f5df118a0
53 changed files with 597 additions and 81 deletions
@@ -364,6 +364,7 @@ FlowStep.propTypes = {
onClose: PropTypes.func,
onChange: PropTypes.func.isRequired,
onContinue: PropTypes.func,
flowId: PropTypes.string.isRequired,
};
export default FlowStep;