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 ( return (
<Modal <Modal
width={800} width={1200}
style={modalStyle} style={modalStyle}
bodyStyle={modalBodyStyle} bodyStyle={modalBodyStyle}
title={title} title={title}