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
The SettingsProvider loads the backend's setting configuration (apiSettings) into its state.
Many of those fields are parsed into numbers using Number function (here and there). There is no check to see if the field is undefined before converting it, this may result in NaN values stored inside the provider.