We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13e4d5 commit 024cddbCopy full SHA for 024cddb
libs/web-flow-executor/src/nodes/scoped-variable.ts
@@ -338,10 +338,6 @@ export const getScopedVariable =
338
return getDefaultValue();
339
}
340
};
341
- function getLabel(description: string) {
342
- const variableScopeType = isGlobal ? 'global' : 'scope dependent';
343
- return `${description} (${variableScopeType})`;
344
- }
345
346
function getLabelAsHtml(description: string) {
347
const variableScopeType = isGlobal ? 'global' : 'scope dependent';
0 commit comments