feat: update scope tokens

This commit is contained in:
Ali BARIN
2025-01-15 16:38:42 +00:00
parent febac7716b
commit 20ecdb9ae0
3 changed files with 6 additions and 6 deletions

View File

@@ -23,8 +23,8 @@ function computeArguments(args, getValues, fieldEntryPaths) {
const sanitizedFieldPath = value
.replace(/{|}/g, '')
.replace('fieldsEntry.', `${fieldsEntryPath}.`)
.replace('outerFieldsEntry.', `${outerFieldsEntryPath}.`);
.replace('fieldsScope.', `${fieldsEntryPath}.`)
.replace('outerScope.', `${outerFieldsEntryPath}.`);
const computedValue = getValues(sanitizedFieldPath);