From 23b22547f0a8357258ed099c8d0cb77cd7321d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Penido?= Date: Thu, 19 Sep 2024 09:50:51 -0300 Subject: [PATCH] fix: add defaultProps to containerProps --- src/components/studio-footer/StudioFooter.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/studio-footer/StudioFooter.jsx b/src/components/studio-footer/StudioFooter.jsx index d5a11c170..4010b0d78 100644 --- a/src/components/studio-footer/StudioFooter.jsx +++ b/src/components/studio-footer/StudioFooter.jsx @@ -151,6 +151,7 @@ StudioFooter.propTypes = { }; StudioFooter.defaultProps = { + containerProps: {}, }; export default StudioFooter;