- {/* Bulk Delete Confirmation Dialog */}
- 1 ? "s" : ""
- }? This will remove all chunks and data associated with these documents. This action cannot be undone.
+ {/* Bulk Delete Confirmation Dialog */}
+ 1 ? "s" : ""
+ }? This will remove all chunks and data associated with these documents. This action cannot be undone.
Documents to be deleted:
${selectedRows.map((row) => `• ${row.filename}`).join("\n")}`}
- confirmText="Delete All"
- onConfirm={handleBulkDelete}
- isLoading={deleteDocumentMutation.isPending}
- />
-