Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldlangeveld committed Feb 6, 2025
1 parent 206426d commit 0e493cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/koenig-lexical/src/components/ui/cards/CtaCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,9 @@ CtaCard.propTypes = {
handleButtonColor: PropTypes.func,
onFileChange: PropTypes.func,
setFileInputRef: PropTypes.func,
onRemoveMedia: PropTypes.func
onRemoveMedia: PropTypes.func,
sponsorLabelHtmlEditor: PropTypes.object,
sponsorLabelHtmlEditorInitialState: PropTypes.object
};

CtaCard.defaultProps = {
Expand Down

0 comments on commit 0e493cc

Please sign in to comment.