Fix Prompt.cancelable default

This commit is contained in:
Gregory Schier 2018-03-01 23:52:49 +13:00
parent 73e96ba679
commit 2988bf17d8

View File

@ -84,7 +84,7 @@ class PromptModal extends PureComponent {
defaultValue,
submitName,
selectText,
cancelable,
cancelable: cancelable === undefined ? true : cancelable,
placeholder,
upperCase,
hint,