diff --git a/dashboard/src/components/commonComponents.tsx b/dashboard/src/components/commonComponents.tsx index 604b3c7122..2826e3c4f8 100644 --- a/dashboard/src/components/commonComponents.tsx +++ b/dashboard/src/components/commonComponents.tsx @@ -312,10 +312,8 @@ export const getValues = ( ?.typeName : ""; - if ( - keyValue == "profileData" || - (keyValue == "isIncomplete" && keyValue == false) - ) { + // Filter out profileData, but show isIncomplete (matching Classic UI behavior) + if (keyValue == "profileData") { return; }