mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-22 05:38:40 +01:00
Add collection var to CodeEditor props (#2501)
Co-authored-by: jean_lethiec <Jean_LETHIEC@connect-tech.sncf>
This commit is contained in:
parent
fc626041e2
commit
fd57b2ce94
@ -50,6 +50,7 @@ const CodeView = ({ language, item }) => {
|
||||
</CopyToClipboard>
|
||||
<CodeEditor
|
||||
readOnly
|
||||
collection={collection}
|
||||
value={snippet}
|
||||
font={get(preferences, 'font.codeFont', 'default')}
|
||||
theme={displayedTheme}
|
||||
|
Loading…
Reference in New Issue
Block a user