Use a Loader instead of StackView for pageStack
This commit is contained in:
@@ -41,7 +41,7 @@ HPage {
|
||||
(rememberAccount.checked ? "add": "delete"),
|
||||
[data]
|
||||
)
|
||||
pageStack.showPage(
|
||||
pageLoader.showPage(
|
||||
"EditAccount/EditAccount", {userId: data}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user