This commit is contained in:
Yuhong Sun 2024-09-02 17:33:33 -07:00
parent 6afcaafe54
commit 90528ba195

View File

@ -74,9 +74,6 @@ export default function UpgradingPage({
return (
<>
<button onClick={() => console.log(sortedReindexingProgress)}>
click me please
</button>
{isCancelling && (
<Modal
onOutsideClick={() => setIsCancelling(false)}