fix(frontend): contextVar permanent defaultValue

This commit is contained in:
yassinedorbozgithub 2024-11-17 08:32:48 +01:00
parent 105fe8239e
commit d95147c25a

View File

@ -69,7 +69,7 @@ export const ContextVarDialog: FC<ContextVarDialogProps> = ({
defaultValues: {
name: data?.name || "",
label: data?.label || "",
permanent: data?.permanent,
permanent: data?.permanent || false,
},
});
const validationRules = {