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.
1 parent e78fee2 commit 350af38Copy full SHA for 350af38
lib/components/form/date-time-preview.js
@@ -9,7 +9,7 @@ class DateTimePreview extends Component {
9
compressed: PropTypes.bool,
10
date: PropTypes.string,
11
departArrive: PropTypes.string,
12
- editButtonText: PropTypes.string,
+ editButtonText: PropTypes.element,
13
time: PropTypes.string,
14
onClick: PropTypes.func,
15
routingType: PropTypes.string
lib/components/form/settings-preview.js
@@ -9,7 +9,7 @@ class SettingsPreview extends Component {
// component props
caret: PropTypes.string,
icons: PropTypes.object,
showCaret: PropTypes.bool,
0 commit comments