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}
|
||||
onVisibleChange={(visible) => {
|
||||
open={visible}
|
||||
onOpenChange={(visible) => {
|
||||
setVisible(visible);
|
||||
}}
|
||||
{...dropdown}
|
||||
|
Loading…
Reference in New Issue
Block a user