You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
calling pageLoading(true) to hide the page loading dialog is not intuitive at all. It should instead be pageLoading(true) to show it and pageLoading(false) to hide it. I haven't looked at the code, but if you are using true because it's returning a value somewhere that you just pass straight into the call, just call pageLoading(!val)
The text was updated successfully, but these errors were encountered:
calling pageLoading(true) to hide the page loading dialog is not intuitive at all. It should instead be pageLoading(true) to show it and pageLoading(false) to hide it. I haven't looked at the code, but if you are using true because it's returning a value somewhere that you just pass straight into the call, just call pageLoading(!val)
The text was updated successfully, but these errors were encountered: