fix(admin-ui): show failure reason for batch jobs (#3526)

* fix: display error messages for batch jobs

* feat: add changesets

* feat: tooltip size, load more jobs

---------

Co-authored-by: fPolic <frane@medusajs.com>
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Frane Polić
2023-03-21 16:13:39 +01:00
committed by GitHub
co-authored by fPolic Oliver Windall Juhl
parent 7f2223b650
commit f831b7db37
9 changed files with 117 additions and 47 deletions
@@ -56,8 +56,8 @@ export const PollingProvider = ({ children }: PropsWithChildren) => {
refetch,
} = useAdminBatchJobs(
{
limit: 100,
created_at: { gte: oneMonthAgo },
failed_at: null,
} as AdminGetBatchParams,
{
refetchOnWindowFocus: true,