Skip to content

Commit e4540d1

Browse files
committed
fix: Read project data from the 'projects' key while loading the registry state in the Feast UI
1 parent cde5760 commit e4540d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/queries/useLoadRegistry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const useLoadRegistry = (url: string) => {
5252
// });
5353

5454
return {
55-
project: objects.projectMetadata[0].project!,
55+
project: objects.projects[0].spec.name!,
5656
objects,
5757
mergedFVMap,
5858
mergedFVList,

0 commit comments

Comments
 (0)