Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 921189b

Browse files
committed
fix: error prop is not required
1 parent b141276 commit 921189b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/shared/components/ErrorMessage/index.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class ErrorMessage extends React.Component {
6363

6464
ErrorMessage.defaultProps = {
6565
details: '',
66+
support: '',
6667
};
6768

6869
ErrorMessage.propTypes = {

0 commit comments

Comments
 (0)