mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 05:00:43 +10:00
Fix two typos
This commit is contained in:
parent
b8499c5b90
commit
984f38aba5
1 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@ ButtonTabNavHorizontal.propTypes = {
|
|||
tabs: arrayOf(
|
||||
shape({
|
||||
text: node.isRequired,
|
||||
disbaled: bool,
|
||||
disabled: bool,
|
||||
selected: bool,
|
||||
onClick: func.isRequired,
|
||||
})
|
||||
|
|
@ -132,7 +132,7 @@ LinkTabNavHorizontal.propTypes = {
|
|||
tabs: arrayOf(
|
||||
shape({
|
||||
text: node.isRequired,
|
||||
disbaled: bool,
|
||||
disabled: bool,
|
||||
selected: bool,
|
||||
linkProps: object.isRequired,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue