Fix form editor proptypes warning on submit button
[MAILPOET-3527]
This commit is contained in:
committed by
Veljko V
parent
a0aca37db7
commit
c93222da99
@@ -17,7 +17,7 @@ type Props = {
|
||||
attributes: {
|
||||
label: string;
|
||||
styles: InputBlockStyles;
|
||||
className: string;
|
||||
className: string | null;
|
||||
};
|
||||
setAttributes: (attribute) => void;
|
||||
};
|
||||
|
Reference in New Issue
Block a user