Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 61c6033

Browse files
jaiwanth-vt3chguy
andauthored
Update src/components/views/dialogs/TextInputDialog.js
Co-authored-by: Michael Telatynski <[email protected]>
1 parent 6c252a8 commit 61c6033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/dialogs/TextInputDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default class TextInputDialog extends React.Component {
3030
value: PropTypes.string,
3131
placeholder: PropTypes.string,
3232
button: PropTypes.string,
33-
busyMessage: PropTypes.string,
33+
busyMessage: PropTypes.string, // pass _td string
3434
focus: PropTypes.bool,
3535
onFinished: PropTypes.func.isRequired,
3636
hasCancel: PropTypes.bool,

0 commit comments

Comments
 (0)