We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
submits
1 parent f0acec5 commit 316d84bCopy full SHA for 316d84b
packages/main/src/components/MessageViewButton/index.tsx
@@ -60,7 +60,7 @@ const useStyles = createUseStyles(
60
);
61
62
export interface MessageViewButtonProptypes
63
- extends Omit<ButtonPropTypes, 'design' | 'icon' | 'iconEnd' | 'children' | 'type'> {
+ extends Omit<ButtonPropTypes, 'design' | 'icon' | 'iconEnd' | 'children' | 'type' | 'submits'> {
64
/**
65
* Specifies the type of the button.
66
*/
0 commit comments