Compare commits

..

3 Commits

Author SHA1 Message Date
Andrew Bastin
de9b49e408 fix: make workspaceSelectorFlagEnabled into a computed property 2024-05-10 16:31:33 +05:30
nivedin
7a90e2b252 chore: add platform def in common 2024-05-10 16:31:33 +05:30
nivedin
996e96c26c chore: tweak header, selector UI for A/B testing 2024-05-10 16:31:33 +05:30

View File

@@ -400,7 +400,7 @@ const HoppTestResultSchema = z
(x) => "secret" in x && !x.secret
).and(
z.object({
previousValue: z.optional(z.string()),
previousValue: z.string(),
})
)
),
@@ -415,7 +415,7 @@ const HoppTestResultSchema = z
(x) => "secret" in x && !x.secret
).and(
z.object({
previousValue: z.optional(z.string()),
previousValue: z.string(),
})
)
),