mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 02:46:25 +02:00
fix: resolve race condition and add cleanup in HITL flow
This commit is contained in:
parent
743b40ece6
commit
2a15e0d337
2 changed files with 37 additions and 16 deletions
|
|
@ -341,7 +341,7 @@ function SuccessCard({ result }: { result: SuccessResult }) {
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{result.deleted_from_db || result.title && (
|
||||
{(result.deleted_from_db || result.title) && (
|
||||
<div className="space-y-2 px-4 py-3 text-xs">
|
||||
{result.title && (
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue