mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-05 05:56:45 +00:00
fix(ui): Increasing the 'Try your test' modal width (#14612)
This commit is contained in:
parent
f8a401ddd1
commit
229911a495
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user