Unable to Delete a chat Due to Missing DialogTitle in DialogContent

,

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:

  1. Attempt to trigger the delete modal.
  2. Observe that the modal does not appear.
  3. 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.