fix typo in dialog api component

This commit is contained in:
BenjaminMINK 2021-12-21 11:05:33 +01:00 committed by Tuğçe Küçükoğlu
parent 2064e29a45
commit 517a0d7602

View file

@ -90,7 +90,7 @@ const DialogProps = [
description: "Aria label of the close icon."
},
{
name: "maxiizable",
name: "maximizable",
type: "boolean",
default: "false",
description: "Whether the dialog can be displayed full screen."