Fixed depreciated setting.
This commit is contained in:
parent
f462717bb3
commit
664bd7751f
@ -214,7 +214,7 @@ const ActionsModalProvider = ({ children }) => {
|
|||||||
footer={null}
|
footer={null}
|
||||||
width={700}
|
width={700}
|
||||||
styles={{ content: { padding: 0 } }}
|
styles={{ content: { padding: 0 } }}
|
||||||
destroyOnClose={true}
|
destroyOnHidden={true}
|
||||||
>
|
>
|
||||||
<Flex vertical>
|
<Flex vertical>
|
||||||
<Input
|
<Input
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user