Update src/components/views/dialogs/TextInputDialog.js

Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
This commit is contained in:
Jaiwanth 2021-02-11 17:38:58 +05:30 committed by GitHub
parent 6c252a87a1
commit 61c6033de7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ export default class TextInputDialog extends React.Component {
value: PropTypes.string, value: PropTypes.string,
placeholder: PropTypes.string, placeholder: PropTypes.string,
button: PropTypes.string, button: PropTypes.string,
busyMessage: PropTypes.string, busyMessage: PropTypes.string, // pass _td string
focus: PropTypes.bool, focus: PropTypes.bool,
onFinished: PropTypes.func.isRequired, onFinished: PropTypes.func.isRequired,
hasCancel: PropTypes.bool, hasCancel: PropTypes.bool,