Deleted unused failRegexEvent

This commit is contained in:
Your Name
2022-11-02 12:44:44 +11:00
committed by Min RK
parent dff0f054d0
commit de1757bf57
6 changed files with 2 additions and 10 deletions

View File

@@ -108,7 +108,6 @@ const CreateGroup = (props) => {
CreateGroup.propTypes = {
createGroup: PropTypes.func,
updateGroups: PropTypes.func,
failRegexEvent: PropTypes.func,
history: PropTypes.shape({
push: PropTypes.func,
}),