DELETING STATS
This commit is contained in:
@@ -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)
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user