Skip to content

Commit

Permalink
Added @ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed Mar 19, 2020
1 parent 1ea7fa4 commit 8ca7050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/form/FormTab.js
Expand Up @@ -86,7 +86,7 @@ FormTab.propTypes = {
record: PropTypes.object,
resource: PropTypes.string,
value: PropTypes.string,
variant: PropTypes.oneOf(['standar', 'outlined', 'filled']),
variant: PropTypes.oneOf(['standard', 'outlined', 'filled']),
};

FormTab.displayName = 'FormTab';
Expand Down

0 comments on commit 8ca7050

Please sign in to comment.