🚸 (setVariable) Rename Today setVar type to Now
This commit is contained in:
@ -6,6 +6,7 @@ export const valueTypes = [
|
||||
'Custom',
|
||||
'Empty',
|
||||
'User ID',
|
||||
'Now',
|
||||
'Today',
|
||||
'Yesterday',
|
||||
'Tomorrow',
|
||||
@ -14,6 +15,8 @@ export const valueTypes = [
|
||||
'Map item with same index',
|
||||
] as const
|
||||
|
||||
export const hiddenTypes = ['Today']
|
||||
|
||||
export const setVariableOptionsSchema = z.object({
|
||||
variableId: z.string().optional(),
|
||||
expressionToEvaluate: z.string().optional(),
|
||||
|
Reference in New Issue
Block a user