Skip to content

Commit

Permalink
fix(share): removed disbaleToast props from the Shared component
Browse files Browse the repository at this point in the history
  • Loading branch information
opensrc0 committed Mar 27, 2024
1 parent 1813705 commit f0d64f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions __app/component/Share/Share.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function Share({
Share.isBrowserSupport = () => navigator.share && true;

Share.propTypes = {
disbaleToast: PropTypes.bool,
successCb: PropTypes.func,
failureCb: PropTypes.func,
successMsg: PropTypes.string,
Expand All @@ -60,7 +59,6 @@ Share.propTypes = {
};

Share.defaultProps = {
disbaleToast: false,
successCb: () => {},
failureCb: () => {},
successMsg: 'Shared Successfully',
Expand Down

0 comments on commit f0d64f3

Please sign in to comment.