fix typo in dialog api component
parent
2064e29a45
commit
517a0d7602
|
@ -90,7 +90,7 @@ const DialogProps = [
|
||||||
description: "Aria label of the close icon."
|
description: "Aria label of the close icon."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "maxiizable",
|
name: "maximizable",
|
||||||
type: "boolean",
|
type: "boolean",
|
||||||
default: "false",
|
default: "false",
|
||||||
description: "Whether the dialog can be displayed full screen."
|
description: "Whether the dialog can be displayed full screen."
|
||||||
|
|
Loading…
Reference in New Issue