mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-22 17:16:20 +02:00
k
This commit is contained in:
@@ -74,9 +74,6 @@ export default function UpgradingPage({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<button onClick={() => console.log(sortedReindexingProgress)}>
|
|
||||||
click me please
|
|
||||||
</button>
|
|
||||||
{isCancelling && (
|
{isCancelling && (
|
||||||
<Modal
|
<Modal
|
||||||
onOutsideClick={() => setIsCancelling(false)}
|
onOutsideClick={() => setIsCancelling(false)}
|
||||||
|
Reference in New Issue
Block a user