Skip to content

Commit

Permalink
fix: add defaultProps to containerProps
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Sep 19, 2024
1 parent 36c5fd8 commit 23b2254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/studio-footer/StudioFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ StudioFooter.propTypes = {
};

StudioFooter.defaultProps = {
containerProps: {},
};

export default StudioFooter;

0 comments on commit 23b2254

Please sign in to comment.