fix(ui): Increasing the 'Try your test' modal width (#14612)

This commit is contained in:
Saketh Varma 2025-09-15 12:08:28 -04:00 committed by GitHub
parent f8a401ddd1
commit 229911a495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ export const EmbeddedListSearchModal = ({
return (
<Modal
width={800}
width={1200}
style={modalStyle}
bodyStyle={modalBodyStyle}
title={title}