fix: collection scope undefined var (#7211)

This commit is contained in:
Pooja
2026-02-19 13:40:05 +05:30
committed by GitHub
parent b0a88bf00c
commit c093354938

View File

@@ -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';