clarify scroll method name

This commit is contained in:
sbwalker
2023-05-26 07:41:49 -04:00
parent 4ad5522f9e
commit 6f0a6c7f69
3 changed files with 4 additions and 8 deletions

View File

@ -372,8 +372,7 @@ else
AddModuleMessage(Localizer["Message.Required.ProfileInfo"], MessageType.Warning);
}
// scroll to top of page so user can see messages
await ScrollToTop();
await ScrollToPageTop();
}
catch (Exception ex)
{