mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Fix Prompt.cancelable default
This commit is contained in:
parent
73e96ba679
commit
2988bf17d8
@ -84,7 +84,7 @@ class PromptModal extends PureComponent {
|
||||
defaultValue,
|
||||
submitName,
|
||||
selectText,
|
||||
cancelable,
|
||||
cancelable: cancelable === undefined ? true : cancelable,
|
||||
placeholder,
|
||||
upperCase,
|
||||
hint,
|
||||
|
Loading…
Reference in New Issue
Block a user