feat: Added alert after comparisons are completed
This commit is contained in:
parent
530589bbc0
commit
fcc28c19aa
|
@ -170,7 +170,7 @@ export default function ComparisonView({ listOfElementsForView }) {
|
|||
console.log(posList)
|
||||
console.log("result@nextStepSimple")
|
||||
console.log(result)
|
||||
|
||||
alert("Comparisons completed. Background work might take a while.")
|
||||
setIsListOrdered(true)
|
||||
setOrderedList(result)
|
||||
|
||||
|
|
|
@ -5,4 +5,5 @@ export async function pushToMongo(data){
|
|||
data: data
|
||||
})
|
||||
console.log(response)
|
||||
}
|
||||
}
|
||||
// pushToMongo()
|
Loading…
Reference in New Issue
Block a user