You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 Fix some applications query issues (konveyor#2606)
Resolves some issues noticed while updating the application form:
- `useDeleteApplicationMutation()` was not sending the correct
application id to `onSuccess()`
- `downloadStaticReport()` was not testing for mime type properly when
setting the accept headers for yaml types
- `DownloadButton` changed:
- Using `mutateAsync` instead of `mutate`
- Use `isPending` instead of `isLoading` as per the deprecation comment
Signed-off-by: Scott J Dickerson <[email protected]>
0 commit comments