Nocodb node does not show options in n8n v.2.0.2

Describe the problem/error/question

In NocoDB there is no way to see options. Here were all the filtering options to get specific entries. Now it’s gone:

It looks in 1.2xx version:

Information on your n8n setup

  • n8n version: 2.0.2
  • Database: Postgre
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: AlmaLinux

Here is the JSON copy/paste:

Options are visible in the code:

 "where": "=(Email ID,eq,{{ $('EmailData').item.json.id }})"

v2.0.0. works perfectly, so it is in 2.0.2 something not right.
v2.1.0. works perfectly.

Hi,
I’m on a local 2.0.2, I can see the options:

Are you seeing any errors in your browser’s dev tools console? Same behavior with a different browser or in incognito mode?

Khem