fix(onboarding): don't expect component handler to return function
This commit is contained in:
parent
f16ee322e1
commit
a578a40c98
|
@ -69,7 +69,7 @@ Item {
|
|||
}
|
||||
onOpenModalClick: function () {
|
||||
setCurrentFlow(true);
|
||||
onExistingKeyClicked()()
|
||||
onExistingKeyClicked()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue