Skip to content

Commit 23b2254

Browse files
committed
fix: add defaultProps to containerProps
1 parent 36c5fd8 commit 23b2254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/studio-footer/StudioFooter.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ StudioFooter.propTypes = {
151151
};
152152

153153
StudioFooter.defaultProps = {
154+
containerProps: {},
154155
};
155156

156157
export default StudioFooter;

0 commit comments

Comments
 (0)