Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
[x] I have searched budibase discussions and github issues to check if my issue already exists
Hosting
Self
Method: docker compose
Budibase Version: 2.10.6
Describe the bug
When you add an auto-generated screen for list view, no delete button is added even though it is shown in the settings. If you click on the 'Delete' input text, then the delete button will be added.
To Reproduce
Steps to reproduce the behavior:
Add sample data
Create list view screen for the 'Employees' table
Preview app - click on a row to see there is no delete button
Click on the 'Delete' text in the settings panel of the table block
Preview app - click on a row to see the delete button has now been added
Expected behavior
When adding an auto-generated list view screen, the delete button should be included in the side panel, as reflected in the settings panel.
Checklist
Hosting
Describe the bug When you add an auto-generated screen for list view, no delete button is added even though it is shown in the settings. If you click on the 'Delete' input text, then the delete button will be added.
To Reproduce Steps to reproduce the behavior:
Expected behavior When adding an auto-generated list view screen, the delete button should be included in the side panel, as reflected in the settings panel.
Screenshots
No delete button
Focus the delete text input
Delete button now appears
BUDI-7490