fix: first entry delete not working and no bulk delete confirmation (cdli-tablet)
**Description**
- in the Admin CDLI Tablet index page (`/admin/cdli-tablet`), the individual **Delete button** for the first table entry does not work, while it works correctly for all subsequent entries.
- Additionally, the "Delete selected" bulk delete button has no confirmation dialog, allowing accidental mass deletion with a single click.
**Reproduction**
1. log in as an admin user
2. navigate to `/admin/cdli-tablet`
3. click the "Delete" button on the **first** row in the table
4. confirm the "Are you sure?" dialog
5. observe: nothing happens -\> the entry is not deleted
6. click the "Delete" button on the **second** row
7. observe: it works correctly -\> the entry is deleted
**for bulk delete issue:**
1. select multiple entries using the checkboxes
2. click the "Delete selected" button
3. observe entries are deleted immediately with no confirmation prompt
**Expected behavior**
- individual "Delete" button should work for all entries, including first one.
- "Delete selected" button should show a confirmation dialog before proceeding.
**Want to take up?**
Yes
issue