Skip to content

Commit

Permalink
Add collection var to CodeEditor props (#2501)
Browse files Browse the repository at this point in the history
Co-authored-by: jean_lethiec <Jean_LETHIEC@connect-tech.sncf>
  • Loading branch information
JeanLethiec and jean_lethiec committed Jun 28, 2024
1 parent fc62604 commit fd57b2c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const CodeView = ({ language, item }) => {
</CopyToClipboard>
<CodeEditor
readOnly
collection={collection}
value={snippet}
font={get(preferences, 'font.codeFont', 'default')}
theme={displayedTheme}
Expand Down

0 comments on commit fd57b2c

Please sign in to comment.