Skip to content

Commit 867bfba

Browse files
committed
missing envd value is correct state, not outdated envd
1 parent e658ca7 commit 867bfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/dashboard/templates/table-cells.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export function EnvdVersionCell({
298298

299299
const isNotV2Compatible =
300300
isVersionCompatible(
301-
versionValue ?? INVALID_ENVD_VERSION,
301+
versionValue ?? SDK_V2_MINIMAL_ENVD_VERSION,
302302
SDK_V2_MINIMAL_ENVD_VERSION
303303
) === false
304304
return (

0 commit comments

Comments
 (0)