To reproduce, 1. Head to run sql: ```sql create table array_bug (id serial primary key, array_col text[]) ``` 2. Go to the modify section of the table, click on `modify` button next to `array_col`. You'll be redirected to the error page.