2
0

🧑‍💻 Rename User ID predefined value to Result ID whic…

This commit is contained in:
Baptiste Arnaud
2024-02-16 11:34:54 +01:00
parent 519f3aa4f9
commit 8d50dc9dfa
8 changed files with 27 additions and 9 deletions

View File

@ -68,6 +68,7 @@ const Expression = ({
case 'Now':
case 'Tomorrow':
case 'User ID':
case 'Result ID':
case 'Moment of the day':
case 'Environment name':
case 'Yesterday': {

View File

@ -218,6 +218,7 @@ const SetVariableValue = ({
case 'Random ID':
case 'User ID':
case 'Today':
case 'Result ID':
case 'Empty':
return null
}