Skip to content

Commit

Permalink
Fix build (#4763)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Aug 11, 2023
1 parent 56fdf88 commit 2ae14fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/common/docsectioncode.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function DocSectionCode(props) {
if (props.embedded) {
codeEditor.openStackBlitz(codeLang);
}
}, [codeLang]);
}, [codeEditor, codeLang, props.embedded]);

const toggleCodeMode = (content) => {
if (codeMode === 'data') {
Expand Down

0 comments on commit 2ae14fe

Please sign in to comment.