fix(@desktop/keycard): broken keycard flows fixed

Running keycard flows was broken due to changes introduced in
commit `81a4d7093276d1e762cc3d3c88bbf58a4373a938`
This commit is contained in:
Sale Djenic 2023-02-01 16:59:21 +01:00 committed by Anthony Laibe
parent 34686226d7
commit 91c8fe7414
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ SettingsContentBase {
function onDestroyKeycardSharedModuleFlow() {
keycardPopup.active = false
}
onSharedModuleBusy: {
function onSharedModuleBusy() {
Global.openPopup(sharedModuleBusyPopupComponent)
}
}