Skip to content

Commit

Permalink
fix: Read project data from the 'projects' key while loading the regi…
Browse files Browse the repository at this point in the history
…stry state in the Feast UI
  • Loading branch information
boliri committed Nov 20, 2024
1 parent cde5760 commit e4540d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/queries/useLoadRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const useLoadRegistry = (url: string) => {
// });

return {
project: objects.projectMetadata[0].project!,
project: objects.projects[0].spec.name!,
objects,
mergedFVMap,
mergedFVList,
Expand Down

0 comments on commit e4540d1

Please sign in to comment.