DELETING STATS

This commit is contained in:
andrea.terzani
2025-04-14 16:59:39 +02:00
parent 9505817a05
commit 36bc41bda4

View File

@@ -303,7 +303,7 @@ const confirmDeleteFromVectorStore = (id) => {
console.log('Delete resource:', response.data)
ksdocuments.value.forEach(element => {
if (element.id == id) {
element.ingestionStatus = "LOADED"
element.ingestionStatus = "DELETING"
console.log("Updated element", element)
}
});