fvazquez-sgs opened a new issue, #35819: URL: https://github.com/apache/superset/issues/35819
### Bug description On the main page, there is an option to delete a Dashboard: <img width="853" height="271" alt="Image" src="https://github.com/user-attachments/assets/69221157-b397-4f27-ad06-14867bf302dd" /> Clicking "Delete" creates an AJAX connection that removes the panel from the database and works correctly: <img width="883" height="434" alt="Image" src="https://github.com/user-attachments/assets/72009b03-46d7-4ec8-9973-6f445e784d53" /> The object is deleted from the database, but the HTML element is not. It's still there: <img width="820" height="238" alt="Image" src="https://github.com/user-attachments/assets/ed1794f9-5bc4-4803-9473-17b85fc32e72" /> No JavaScript errors are reported in the console: <img width="688" height="351" alt="Image" src="https://github.com/user-attachments/assets/6f94c8fe-7613-4f53-8250-3fa84a491e93" /> ### Screenshots/recordings _No response_ ### Superset version master / latest-dev ### Python version 3.9 ### Node version 16 ### Browser Chrome ### Additional context _No response_ ### Checklist - [ ] I have searched Superset docs and Slack and didn't find a solution to my problem. - [ ] I have searched the GitHub issue tracker and didn't find a similar bug report. - [ ] I have checked Superset's logs for errors and if I found a relevant Python stacktrace, I included it here as text in the "additional context" section. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
