SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js

Home Page:https://adminjs.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Filter UI issue

NITHISH-1609 opened this issue · comments

Contact Details

No response

What happened?

I have a custom component for creating or updating a record. Upon saving, the filter component moves down, as shown in the screenshot. This issue has only occurred with this specific custom component

Screenshot 2024-02-05 at 2 37 28 PM Screenshot 2024-02-05 at 2 38 29 PM

Bug prevalence

Every-time when we save through custom component

AdminJS dependencies version

"@adminjs/express": "6.0.0",
"@adminjs/typeorm": "5.0.0",
"adminjs": "7.5.9"

What browsers do you see the problem on?

Chrome

Relevant log output

No response

Relevant code that's giving you issues

No response

Are you 100% sure you're on version 7.5.9? 7.5.8 should've fixed this bug.

Alternatively, could you try:

const redirectUrl = h.resourceUrl({
  resourceId: 'Workflow'
})

and see if it also appears?