Skip to content

Commit

Permalink
fix strict null error
Browse files Browse the repository at this point in the history
  • Loading branch information
mnholtz committed Apr 29, 2024
1 parent 213f50c commit 8340c87
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ const EphemeralFormContent: React.FC<EphemeralFormContentProps> = ({
// the (boostrap) base themes
const { stylesheets } = useStylesheetsContextWithFormDefault({
newStylesheets,
disableParentStyles,
disableParentStyles: disableParentStyles ?? false,
});

return (
Expand Down

0 comments on commit 8340c87

Please sign in to comment.