v2 Modern Add Tab Broken in Popup

* In v2 modern the add tab action (UI Editor) is non responsive within popup views. Note that within a v1 classic page, the UI editor action is functional.

* Environment

  • NocoBase version: Community Edition 2.1.39 and 2.1.29. I have not tried it on other versions
  • Database type and version: PostgreSQL 16
  • OS: Linux (directly and within a container)
  • Deployment Methods: Docker for 2.1.29 and Git source for 2.1.39 (same behavior on both)
  • Docker image version: 2.1-full
  • NodeJS version: 24.19.0

* How To Reproduce

  1. Create a Modern v2 Page
  2. Add a block that has actions such as a list.
  3. Add an action (such as add new or edit or view for a row - anything that goes to a popup)
  4. Click on Add Tab within the popup

Expected behavior

Expect add tab popup prompt to add the tab (such as in v1 classic) - there is no response, no error in browser console, no network activity

Screenshots

Nothing to show as nothing happens when clicking on the UI editor action.

Logs

Not an API error

I have a try on v2.1.40, both collection popup action and row popup action are working fine, but not tried on the version you mentioned.