mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
fix: collection scope undefined var (#7211)
This commit is contained in:
@@ -233,7 +233,7 @@ export const renderVarInfo = (token, options) => {
|
||||
|
||||
// If variable doesn't exist in any scope, determine scope based on context
|
||||
if (!scopeInfo) {
|
||||
if (item) {
|
||||
if (item && item.uid) {
|
||||
// Determine if item is a folder or request
|
||||
const isFolder = item.type === 'folder';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user