fix(onboarding): don't expect component handler to return function

This commit is contained in:
Pascal Precht 2020-07-06 13:17:39 +02:00 committed by Iuri Matias
parent f16ee322e1
commit a578a40c98
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Item {
}
onOpenModalClick: function () {
setCurrentFlow(true);
onExistingKeyClicked()()
onExistingKeyClicked()
}
}