Fix form editor proptypes warning on submit button

[MAILPOET-3527]
This commit is contained in:
Rostislav Wolny
2021-04-28 14:51:16 +02:00
committed by Veljko V
parent a0aca37db7
commit c93222da99

View File

@@ -17,7 +17,7 @@ type Props = {
attributes: {
label: string;
styles: InputBlockStyles;
className: string;
className: string | null;
};
setAttributes: (attribute) => void;
};