fix dup close

This commit is contained in:
Ishaan Jaff 2025-03-14 17:29:53 -07:00
parent 999ffd1bdb
commit 5aec90c513

View file

@ -232,12 +232,6 @@ ${formattedBody}
>
View Documentation
</Button>
{onClose && (
<Button onClick={onClose} type="primary">
Close
</Button>
)}
</div>
</div>
);