Update popup info for deletion

This commit is contained in:
2025-07-07 12:17:59 +02:00
parent 0b51206062
commit 79b943af65

View File

@@ -314,7 +314,7 @@ const confirmDeleteFromVectorStore = (id) => {
console.log("Updated element", element)
}
});
toast.add({ severity: 'success', summary: 'Success', detail: 'Deletion Completed', life: 3000 });
toast.add({ severity: 'info', summary: 'Info', detail: 'Deletion started', life: 3000 });
})
.catch(error => {
console.error('Error deleting records: ', error)