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:
co-authored by
fPolic
Oliver Windall Juhl
parent
7f2223b650
commit
f831b7db37
@@ -56,8 +56,8 @@ export const PollingProvider = ({ children }: PropsWithChildren) => {
|
||||
refetch,
|
||||
} = useAdminBatchJobs(
|
||||
{
|
||||
limit: 100,
|
||||
created_at: { gte: oneMonthAgo },
|
||||
failed_at: null,
|
||||
} as AdminGetBatchParams,
|
||||
{
|
||||
refetchOnWindowFocus: true,
|
||||
|
||||
Reference in New Issue
Block a user