There was an error while loading. Please reload this page.
1 parent 63ec48a commit af4d640Copy full SHA for af4d640
1 file changed
apps/demo/src/Views/Ui/components/ModalDemo.tsx
@@ -62,14 +62,14 @@ export const ModalDemo = () => {
62
prop: "size",
63
type: `"auto" | "medium" | "large"`,
64
default: `"medium"`,
65
- description: t("modal.propertiesDescription.onHide"),
+ description: t("modal.propertiesDescription.size"),
66
},
67
{
68
id: 7,
69
prop: "visible",
70
type: "Boolean",
71
default: "false",
72
+ description: t("modal.propertiesDescription.visible"),
73
74
];
75
0 commit comments