🚑 (results) Fix results display when variable has null value
This commit is contained in:
@ -12,7 +12,7 @@ export const variableSchema = z.object({
|
||||
export const variableWithValueSchema = z.object({
|
||||
id: z.string(),
|
||||
name: z.string(),
|
||||
value: z.string(),
|
||||
value: z.string().nullable(),
|
||||
})
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user