Skip to content

Commit

Permalink
fix autofilling of project
Browse files Browse the repository at this point in the history
  • Loading branch information
seniorITdev committed Jul 3, 2024
1 parent 875d7da commit a3a62f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/hpc-live/src/lib/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ export class LiveModel implements Model {
pathname: `/v1/object/autocomplete/project/${params.query}`,
resultType: projects.GET_PROJECTS_AUTOCOMPLETE_RESULT,
}),
getProject: (id) =>
getProject: ({ id }) =>
this.call({
pathname: `/v2/project/${id}`,
resultType: projects.PROJECT_DETAIL,
Expand Down

0 comments on commit a3a62f4

Please sign in to comment.