(sessionId: string, currentName: string)
| 352 | } |
| 353 | |
| 354 | function handleDeleteSession(sessionId: string, currentName: string) { |
| 355 | setDeleteConfirm({ sessionId, name: currentName }); |
| 356 | } |
| 357 | |
| 358 | async function confirmDeleteSession() { |
| 359 | if (!deleteConfirm) return; |