Skip to content

Commit

Permalink
Merge branch '15731-Updates-2024-01-08' of https://github.com/keithch…
Browse files Browse the repository at this point in the history
…ong/argo-cd into keith-changes-08-01
  • Loading branch information
reggie-k committed Jan 10, 2024
2 parents d378a8e + 8b94d2b commit c569656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/app/shared/services/applications-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,8 @@ export class ApplicationsService {
data
);
/* REMOVE ME WHEN FIXED ON BACKEND SIDE*/
(data as models.ApplicationSet).status.resources[0].kind = 'Application';
(data as models.ApplicationSet).status.resources[0].group = 'argoproj.io';
// (data as models.ApplicationSet).status.resources[0].kind = 'Application';
// (data as models.ApplicationSet).status.resources[0].group = 'argoproj.io';
return data as models.ApplicationSet;
}
}
Expand Down

0 comments on commit c569656

Please sign in to comment.