When attempting to delete, the delete modal does not appear. The console logs an error stating that DialogContent
requires a DialogTitle
to be accessible for screen readers. Additionally, there is a warning about a missing Description
or aria-describedby
attribute.
This issue prevents the deletion action from proceeding, likely due to accessibility requirements enforced by Radix UI.
Steps to Reproduce:
- Attempt to trigger the delete modal.
- Observe that the modal does not appear.
- Check the developer console for errors related to
DialogContent
.
Expected Behavior:
The delete modal should appear and function correctly.
Actual Behavior:
The delete modal does not show up, and errors appear in the console.