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)
|
||||
|
||||
|
|
|
@ -6,3 +6,4 @@ export async function pushToMongo(data){
|
|||
})
|
||||
console.log(response)
|
||||
}
|
||||
// pushToMongo()
|
Loading…
Reference in New Issue
Block a user