fix(client): fix initializer meno props based on antd@^4.24 (#1746)
This commit is contained in:
parent
71af0f16a9
commit
4c232980b5
@ -123,8 +123,8 @@ SchemaInitializer.Button = observer((props: SchemaInitializerButtonProps) => {
|
|||||||
}
|
}
|
||||||
`,
|
`,
|
||||||
)}
|
)}
|
||||||
visible={visible}
|
open={visible}
|
||||||
onVisibleChange={(visible) => {
|
onOpenChange={(visible) => {
|
||||||
setVisible(visible);
|
setVisible(visible);
|
||||||
}}
|
}}
|
||||||
{...dropdown}
|
{...dropdown}
|
||||||
|
Loading…
Reference in New Issue
Block a user