Skip to content

Commit fd57b2c

Browse files
JeanLethiecjean_lethiec
and
jean_lethiec
authored
Add collection var to CodeEditor props (#2501)
Co-authored-by: jean_lethiec <[email protected]>
1 parent fc62604 commit fd57b2c

File tree

1 file changed

+1
-0
lines changed
  • packages/bruno-app/src/components/Sidebar/Collections/Collection/CollectionItem/GenerateCodeItem/CodeView

1 file changed

+1
-0
lines changed

packages/bruno-app/src/components/Sidebar/Collections/Collection/CollectionItem/GenerateCodeItem/CodeView/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ const CodeView = ({ language, item }) => {
5050
</CopyToClipboard>
5151
<CodeEditor
5252
readOnly
53+
collection={collection}
5354
value={snippet}
5455
font={get(preferences, 'font.codeFont', 'default')}
5556
theme={displayedTheme}

0 commit comments

Comments
 (0)